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(), and rsbac_adf_request_int(). |
|
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. 00160 { 00161 NTS_new_template, 00162 NTS_copy_template, 00163 NTS_delete_template, 00164 NTS_check_id, 00165 NTS_get_address, 00166 NTS_get_address_family, 00167 NTS_get_valid_len, 00168 NTS_get_type, 00169 NTS_get_protocol, 00170 NTS_get_netdev, 00171 NTS_get_min_port, 00172 NTS_get_max_port, 00173 NTS_get_name, 00174 NTS_set_address, 00175 NTS_set_address_family, 00176 NTS_set_valid_len, 00177 NTS_set_type, 00178 NTS_set_protocol, 00179 NTS_set_netdev, 00180 NTS_set_min_port, 00181 NTS_set_max_port, 00182 NTS_set_name, 00183 NTS_none 00184 };
|