Go to the source code of this file.
|
Value: ((unsigned char *)&addr)[3], \ ((unsigned char *)&addr)[2], \ ((unsigned char *)&addr)[1], \ ((unsigned char *)&addr)[0] Definition at line 211 of file network_types.h. |
|
Value: ((unsigned char *)&addr)[0], \ ((unsigned char *)&addr)[1], \ ((unsigned char *)&addr)[2], \ ((unsigned char *)&addr)[3] Definition at line 205 of file network_types.h. Referenced by get_target_name(). |
|
Definition at line 12 of file network_types.h. |
|
Definition at line 21 of file network_types.h. |
|
Definition at line 24 of file network_types.h. |
|
Value: { \ "", /* address (not used, no family) */ \ RSBAC_NET_ANY, /* family */ \ 0, /* valid_len (match any) */ \ RSBAC_NET_ANY, /* type */ \ RSBAC_NET_ANY, /* protocol */ \ "", /* netdev (any) */ \ 0, /* min_port */ \ 65535, /* max_port */ \ "ALL" /* name */ \ } Definition at line 135 of file network_types.h. |
|
Definition at line 134 of file network_types.h. |
|
Definition at line 104 of file network_types.h. |
|
Value: { \ "", /* address filled in init code - do not enter dot-notation here! */ \ AF_INET, /* family */ \ 32, /* valid_len */ \ RSBAC_NET_ANY, /* type */ \ RSBAC_NET_ANY, /* protocol */ \ "", /* netdev (any) */ \ 0, /* min_port */ \ 65535, /* max_port */ \ "Auto-IPv4" /* name */ \ } Definition at line 105 of file network_types.h. |
|
Definition at line 103 of file network_types.h. |
|
Value: { \ "", /* address (not used, because len=0) */ \ AF_MAX, /* impossible family */ \ 0, /* valid_len (match any) */ \ RSBAC_NET_ANY, /* type (not used) */ \ RSBAC_NET_ANY, /* protocol (not used) */ \ "", /* netdev (not used) */ \ 0, /* min_port (not used) */ \ 0, /* max_port (not used) */ \ "DEFAULT" /* name */ \ } Definition at line 41 of file network_types.h. |
|
Value: { \ "", /* address (not used, because len=0) */ \ AF_INET, /* family */ \ 0, /* valid_len (match any) */ \ RSBAC_NET_ANY, /* type */ \ RSBAC_NET_ANY, /* protocol */ \ "", /* netdev (any) */ \ 0, /* min_port */ \ 65535, /* max_port */ \ "AF_INET" /* name */ \ } Definition at line 120 of file network_types.h. |
|
Definition at line 119 of file network_types.h. |
|
Definition at line 16 of file network_types.h. |
|
Definition at line 87 of file network_types.h. |
|
Value: { \ "", /* address filled in init code - do not enter dot-notation here! */ \ AF_INET, /* family */ \ 16, /* valid_len */ \ RSBAC_NET_ANY, /* type */ \ RSBAC_NET_ANY, /* protocol */ \ "", /* netdev (any) */ \ 0, /* min_port */ \ 65535, /* max_port */ \ "Internal LAN" /* name */ \ } Definition at line 88 of file network_types.h. |
|
Definition at line 86 of file network_types.h. |
|
Definition at line 71 of file network_types.h. |
|
Value: { \ "", /* address filled in init code - do not enter dot-notation here! */ \ AF_INET, /* family */ \ 8, /* valid_len */ \ RSBAC_NET_ANY, /* type */ \ RSBAC_NET_ANY, /* protocol */ \ "", /* netdev (any) */ \ 0, /* min_port */ \ 65535, /* max_port */ \ "localnet" /* name */ \ } Definition at line 72 of file network_types.h. |
|
Definition at line 70 of file network_types.h. |
|
Definition at line 17 of file network_types.h. |
|
Definition at line 22 of file network_types.h. |
|
Value: { \ "", /* address (not used, because len=0) */ \ AF_UNIX, /* family */ \ 0, /* valid_len (match any) */ \ 0, /* type (not used) */ \ 0, /* protocol (not used) */ \ "", /* netdev (not used) */ \ 0, /* min_port (not used) */ \ 0, /* max_port (not used) */ \ "AF_UNIX" /* name */ \ } Definition at line 56 of file network_types.h. |
|
Definition at line 55 of file network_types.h. |
|
Definition at line 15 of file network_types.h. |
|
Definition at line 13 of file network_types.h. |
|
Definition at line 19 of file network_types.h. |
|
Definition at line 159 of file network_types.h. |