Searched defs:* (Results 251 - 275 of 61016) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_sctp.c27 #define DEBUGP macro
33 sctp_init(struct xt_entry_match *m) argument
35 int i; local
36 struct xt_sctp_info *einfo = (struct xt_sctp_info *)m->data; local
43 static void sctp_help(void) function
56 static const struct option sctp_opts[] = { variable in typeref:struct:option
66 parse_sctp_ports(const char *portstring, uint16_t *ports) argument
69 char *buffer; local
70 char *cp; local
91 struct sctp_chunk_names { struct
92 const char *name; member in struct:sctp_chunk_names
93 unsigned int chunk_type; member in struct:sctp_chunk_names
94 const char *valid_flags; member in struct:sctp_chunk_names
98 static const struct sctp_chunk_names sctp_chunk_names[] variable in typeref:struct:sctp_chunk_names
120 save_chunk_flag_info(struct xt_sctp_flag_info *flag_info, int *flag_count, int chunktype, int bit, int set) argument
126 int i; local
157 parse_sctp_chunk(struct xt_sctp_info *einfo, const char *chunks) argument
160 char *ptr; local
161 char *buffer; local
162 unsigned int i, j; local
163 int found = 0; local
164 char *chunk_flags; local
204 char *p; local
205 int bit; local
227 parse_sctp_chunks(struct xt_sctp_info *einfo, const char *match_type, const char *chunks) argument
248 sctp_parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_match **match) argument
251 struct xt_sctp_info *einfo local
298 port_to_service(int port) argument
300 const struct servent *service; local
309 print_port(uint16_t port, int numeric) argument
311 const char *service; local
320 print_ports(const char *name, uint16_t min, uint16_t max, int invert, int numeric) argument
323 const char *inv = invert ? "!" : ""; local
340 print_chunk_flags(uint32_t chunknum, uint8_t chunk_flags, uint8_t chunk_flags_mask) argument
342 int i; local
363 print_chunk(uint32_t chunknum, int numeric) argument
369 int i; local
378 print_chunks(const struct xt_sctp_info *einfo, int numeric) argument
380 uint32_t chunk_match_type = einfo->chunk_match_type; local
381 const struct xt_sctp_flag_info *flag_info = einfo->flag_info; local
382 int flag_count = einfo->flag_count; local
383 int i, j; local
384 int flag; local
425 sctp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
427 const struct xt_sctp_info *einfo = local
454 sctp_save(const void *ip, const struct xt_entry_match *match) argument
456 const struct xt_sctp_info *einfo = local
488 static struct xtables_match sctp_match = { variable in typeref:struct:xtables_match
502 void _init(void) function
[all...]
H A Dlibxt_set.c28 set_help_v0(void) function
37 static const struct option set_opts_v0[] = { variable in typeref:struct:option
44 set_check_v0(unsigned int flags) argument
52 set_parse_v0(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_match **match) argument
55 struct xt_set_info_match_v0 *myinfo = local
57 struct xt_set_info_v0 *info = &myinfo->match_set; local
94 print_match_v0(const char *prefix, const struct xt_set_info_v0 *info) argument
96 int i; local
97 char setname[IPSET_MAXNAMELEN]; local
115 set_print_v0(const void *ip, const struct xt_entry_match *match, int numeric) argument
117 const struct xt_set_info_match_v0 *info = (const void *)match->data; local
123 set_save_v0(const void *ip, const struct xt_entry_match *match) argument
125 const struct xt_set_info_match_v0 *info = (const void *)match->data; local
132 set_parse_v1(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_match **match) argument
135 struct xt_set_info_match_v1 *myinfo = local
137 struct xt_set_info *info = &myinfo->match_set; local
174 print_match(const char *prefix, const struct xt_set_info *info) argument
176 int i; local
177 char setname[IPSET_MAXNAMELEN]; local
193 set_print_v1(const void *ip, const struct xt_entry_match *match, int numeric) argument
195 const struct xt_set_info_match_v1 *info = (const void *)match->data; local
201 set_save_v1(const void *ip, const struct xt_entry_match *match) argument
203 const struct xt_set_info_match_v1 *info = (const void *)match->data; local
208 static struct xtables_match set_mt_reg[] = { variable in typeref:struct:xtables_match
239 void _init(void) function
[all...]
H A Dlibxt_set.h2 #define _LIBXT_SET_H macro
10 #define DEBUGP macro
12 #define DEBUGP macro
16 get_version(unsigned *version) argument
18 int res, sockfd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); local
19 struct ip_set_req_version req_version; local
20 socklen_t size = sizeof(req_version); local
38 get_set_byid(char *setname, ip_set_id_t idx) argument
40 struct ip_set_req_get_set req; local
41 socklen_t size = sizeof(struct ip_set_req_get_set); local
42 int res, sockfd; local
67 get_set_byname(const char *setname, struct xt_set_info *info) argument
69 struct ip_set_req_get_set req; local
70 socklen_t size = sizeof(struct ip_set_req_get_set); local
71 int res, sockfd; local
97 parse_dirs_v0(const char *opt_arg, struct xt_set_info_v0 *info) argument
99 char *saved = strdup(opt_arg); local
100 char *ptr, *tmp = saved; local
101 int i = 0; local
123 parse_dirs(const char *opt_arg, struct xt_set_info *info) argument
125 char *saved = strdup(opt_arg); local
126 char *ptr, *tmp = saved; local
[all...]
H A Dlibxt_socket.c11 O_TRANSPARENT = 0, enumerator in enum:__anon1279
14 static const struct xt_option_entry socket_mt_opts[] = { variable in typeref:struct:xt_option_entry
19 static void socket_mt_help(void) function
26 socket_mt_parse(struct xt_option_call *cb) argument
28 struct xt_socket_mtinfo1 *info = cb->data; local
39 socket_mt_save(const void *ip, const struct xt_entry_match *match) argument
41 const struct xt_socket_mtinfo1 *info = (const void *)match->data; local
48 socket_mt_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
55 static struct xtables_match socket_mt_reg[] = { variable in typeref:struct:xtables_match
79 void _init(void) function
[all...]
H A Dlibxt_standard.c5 static void standard_help(void) function
12 static struct xtables_target standard_target = { variable in typeref:struct:xtables_target
21 void _init(void) function
[all...]
H A Dlibxt_state.c8 #define XT_STATE_UNTRACKED macro
12 O_STATE = 0, enumerator in enum:__anon1280
16 state_help(void) function
24 static const struct xt_option_entry state_opts[] = { variable in typeref:struct:xt_option_entry
31 state_parse_state(const char *state, size_t len, struct xt_state_info *sinfo) argument
49 state_parse_states(const char *arg, struct xt_state_info *sinfo) argument
51 const char *comma; local
66 state_parse(struct xt_option_call *cb) argument
68 struct xt_state_info *sinfo = cb->data; local
76 state_print_state(unsigned int statemask) argument
78 const char *sep = ""; local
103 state_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
107 const struct xt_state_info *sinfo = (const void *)match->data; local
113 state_save(const void *ip, const struct xt_entry_match *match) argument
115 const struct xt_state_info *sinfo = (const void *)match->data; local
121 static struct xtables_match state_match = { variable in typeref:struct:xtables_match
134 void _init(void) function
[all...]
H A Dlibxt_statistic.c8 O_MODE = 0, enumerator in enum:__anon1281
9 O_PROBABILITY, enumerator in enum:__anon1281
10 O_EVERY, enumerator in enum:__anon1281
11 O_PACKET, enumerator in enum:__anon1281
12 F_PROBABILITY = 1 << O_PROBABILITY, enumerator in enum:__anon1281
13 F_EVERY = 1 << O_EVERY, enumerator in enum:__anon1281
14 F_PACKET = 1 << O_PACKET, enumerator in enum:__anon1281
17 static void statistic_help(void) function
29 #define s macro
30 static const struct xt_option_entry statistic_opts[] = { variable in typeref:struct:xt_option_entry
44 #undef s macro
46 statistic_parse(struct xt_option_call *cb) argument
48 struct xt_statistic_info *info = cb->data; local
73 statistic_check(struct xt_fcheck_call *cb) argument
75 struct xt_statistic_info *info = cb->data; local
96 print_match(const struct xt_statistic_info *info, char *prefix) argument
117 statistic_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
119 const struct xt_statistic_info *info = (const void *)match->data; local
125 statistic_save(const void *ip, const struct xt_entry_match *match) argument
127 const struct xt_statistic_info *info = (const void *)match->data; local
132 static struct xtables_match statistic_match = { variable in typeref:struct:xtables_match
146 void _init(void) function
[all...]
H A Dlibxt_string.c23 #define _GNU_SOURCE macro
32 O_FROM = 0, enumerator in enum:__anon1282
33 O_TO, enumerator in enum:__anon1282
34 O_ALGO, enumerator in enum:__anon1282
35 O_ICASE, enumerator in enum:__anon1282
36 O_STRING, enumerator in enum:__anon1282
37 O_HEX_STRING, enumerator in enum:__anon1282
38 F_STRING = 1 << O_STRING, enumerator in enum:__anon1282
39 F_HEX_STRING = 1 << O_HEX_STRING, enumerator in enum:__anon1282
40 F_OP_ANY = F_STRING | F_HEX_STRING, enumerator in enum:__anon1282
43 static void string_help(void) function
55 #define s macro
56 static const struct xt_option_entry string_opts[] = { variable in typeref:struct:xt_option_entry
70 #undef s macro
72 string_init(struct xt_entry_match *m) argument
74 struct xt_string_info *i = (struct xt_string_info *) m->data; local
80 parse_string(const char *s, struct xt_string_info *info) argument
92 parse_hex_string(const char *s, struct xt_string_info *info) argument
94 int i=0, slen, sindex=0, schar; local
95 short hex_f = 0, literal_f = 0; local
96 char hextmp[3]; local
169 string_parse(struct xt_option_call *cb) argument
171 struct xt_string_info *stringinfo = cb->data; local
172 const unsigned int revision = (*cb->match)->u.user.revision; local
204 string_check(struct xt_fcheck_call *cb) argument
214 is_hex_string(const char *str, const unsigned short int len) argument
216 unsigned int i; local
228 print_hex_string(const char *str, const unsigned short int len) argument
230 unsigned int i; local
240 print_string(const char *str, const unsigned short int len) argument
242 unsigned int i; local
253 string_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
255 const struct xt_string_info *info = local
257 const int revision = match->u.user.revision; local
258 int invert = (revision == 0 ? info->u.v0.invert : local
277 string_save(const void *ip, const struct xt_entry_match *match) argument
279 const struct xt_string_info *info = local
281 const int revision = match->u.user.revision; local
282 int invert = (revision == 0 ? info->u.v0.invert : local
302 static struct xtables_match string_mt_reg[] = { variable in typeref:struct:xtables_match
335 void _init(void) function
[all...]
H A Dlibxt_tcp.c12 static void tcp_help(void) function
29 static const struct option tcp_opts[] = { variable in typeref:struct:option
41 parse_tcp_ports(const char *portstring, uint16_t *ports) argument
43 char *buffer; local
44 char *cp; local
63 struct tcp_flag_names { struct
64 const char *name; member in struct:tcp_flag_names
65 unsigned int flag; member in struct:tcp_flag_names
68 static const struct tcp_flag_names tcp_flag_names[] variable in typeref:struct:tcp_flag_names
80 parse_tcp_flag(const char *flags) argument
82 unsigned int ret = 0; local
83 char *ptr; local
84 char *buffer; local
89 unsigned int i; local
105 parse_tcp_flags(struct xt_tcp *tcpinfo, const char *mask, const char *cmp, int invert) argument
118 parse_tcp_option(const char *option, uint8_t *result) argument
120 unsigned int ret; local
128 tcp_init(struct xt_entry_match *m) argument
130 struct xt_tcp *tcpinfo = (struct xt_tcp *)m->data; local
135 #define TCP_SRC_PORTS macro
136 #define TCP_DST_PORTS macro
137 #define TCP_FLAGS macro
138 #define TCP_OPTION macro
141 tcp_parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_match **match) argument
144 struct xt_tcp *tcpinfo = (struct xt_tcp *)(*match)->data; local
207 port_to_service(int port) argument
209 const struct servent *service; local
218 print_port(uint16_t port, int numeric) argument
220 const char *service; local
229 print_ports(const char *name, uint16_t min, uint16_t max, int invert, int numeric) argument
232 const char *inv = invert ? "!" : ""; local
249 print_option(uint8_t option, int invert, int numeric) argument
256 print_tcpf(uint8_t flags) argument
258 int have_flag = 0; local
261 unsigned int i; local
278 print_flags(uint8_t mask, uint8_t cmp, int invert, int numeric) argument
294 tcp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
296 const struct xt_tcp *tcp = (struct xt_tcp *)match->data; local
316 tcp_save(const void *ip, const struct xt_entry_match *match) argument
318 const struct xt_tcp *tcpinfo = (struct xt_tcp *)match->data; local
366 static struct xtables_match tcp_match = { variable in typeref:struct:xtables_match
381 _init(void) function
[all...]
H A Dlibxt_tcpmss.c6 O_TCPMSS = 0, enumerator in enum:__anon1283
9 static void tcpmss_help(void) function
17 static const struct xt_option_entry tcpmss_opts[] = { variable in typeref:struct:xt_option_entry
23 tcpmss_parse(struct xt_option_call *cb) argument
25 struct xt_tcpmss_match_info *mssinfo = cb->data; local
37 tcpmss_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
39 const struct xt_tcpmss_match_info *info = (void *)match->data; local
48 tcpmss_save(const void *ip, const struct xt_entry_match *match) argument
50 const struct xt_tcpmss_match_info *info = (void *)match->data; local
59 static struct xtables_match tcpmss_match = { variable in typeref:struct:xtables_match
72 void _init(void) function
[all...]
H A Dlibxt_time.c21 O_DATE_START = 0, enumerator in enum:__anon1284
22 O_DATE_STOP, enumerator in enum:__anon1284
23 O_TIME_START, enumerator in enum:__anon1284
24 O_TIME_STOP, enumerator in enum:__anon1284
25 O_MONTHDAYS, enumerator in enum:__anon1284
26 O_WEEKDAYS, enumerator in enum:__anon1284
27 O_LOCAL_TZ, enumerator in enum:__anon1284
28 O_UTC, enumerator in enum:__anon1284
29 O_KERNEL_TZ, enumerator in enum:__anon1284
30 F_LOCAL_TZ = 1 << O_LOCAL_TZ, enumerator in enum:__anon1284
31 F_UTC = 1 << O_UTC, enumerator in enum:__anon1284
32 F_KERNEL_TZ = 1 << O_KERNEL_TZ, enumerator in enum:__anon1284
35 static const char *const week_days[] = { variable
39 static const struct xt_option_entry time_opts[] = { variable in typeref:struct:xt_option_entry
57 static void time_help(void) function
73 time_init(struct xt_entry_match *m) argument
75 struct xt_time_info *info = (void *)m->data; local
88 time_parse_date(const char *s, bool end) argument
90 unsigned int month = 1, day = 1, hour = 0, minute = 0, second = 0; local
91 unsigned int year = end ? 2038 : 1970; local
92 const char *os = s; local
93 struct tm tm; local
94 time_t ret; local
95 char *e; local
162 time_parse_minutes(const char *s) argument
164 unsigned int hour, minute, second = 0; local
165 char *e; local
192 my_strseg(char *buf, unsigned int buflen, const char **arg, char delim) argument
195 const char *sep; local
210 time_parse_monthdays(const char *arg) argument
212 char day[3], *err = NULL; local
213 uint32_t ret = 0; local
214 unsigned int i; local
227 time_parse_weekdays(const char *arg) argument
229 char day[4], *err = NULL; local
230 unsigned int i, ret = 0; local
231 bool valid; local
258 time_parse(struct xt_option_call *cb) argument
260 struct xt_time_info *info = cb->data; local
298 time_print_date(time_t date, const char *command) argument
300 struct tm *t; local
321 time_print_monthdays(uint32_t mask, bool human_readable) argument
323 unsigned int i, nbdays = 0; local
349 time_print_weekdays(unsigned int mask) argument
351 unsigned int i, nbdays = 0; local
364 divide_time(unsigned int fulltime, unsigned int *hours, unsigned int *minutes, unsigned int *seconds) argument
373 time_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
376 const struct xt_time_info *info = (const void *)match->data; local
377 unsigned int h, m, s; local
408 time_save(const void *ip, const struct xt_entry_match *match) argument
410 const struct xt_time_info *info = (const void *)match->data; local
411 unsigned int h, m, s; local
434 static struct xtables_match time_match = { variable in typeref:struct:xtables_match
448 void _init(void) function
[all...]
H A Dlibxt_tos.c18 struct ipt_tos_info { struct
19 uint8_t tos; member in struct:ipt_tos_info
20 uint8_t invert; member in struct:ipt_tos_info
24 O_TOS = 1 << 0, enumerator in enum:__anon1285
27 static const struct xt_option_entry tos_mt_opts_v0[] = { variable in typeref:struct:xt_option_entry
33 static const struct xt_option_entry tos_mt_opts[] = { variable in typeref:struct:xt_option_entry
39 static void tos_mt_help(void) function
41 const struct tos_symbol_info *symbol; local
56 tos_mt_parse_v0(struct xt_option_call *cb) argument
58 struct ipt_tos_info *info = cb->data; local
70 tos_mt_parse(struct xt_option_call *cb) argument
72 struct xt_tos_match_info *info = cb->data; local
81 tos_mt_print_v0(const void *ip, const struct xt_entry_match *match, int numeric) argument
84 const struct ipt_tos_info *info = (const void *)match->data; local
93 tos_mt_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
96 const struct xt_tos_match_info *info = (const void *)match->data; local
106 tos_mt_save_v0(const void *ip, const struct xt_entry_match *match) argument
108 const struct ipt_tos_info *info = (const void *)match->data; local
115 tos_mt_save(const void *ip, const struct xt_entry_match *match) argument
117 const struct xt_tos_match_info *info = (const void *)match->data; local
124 static struct xtables_match tos_mt_reg[] = { variable in typeref:struct:xtables_match
153 void _init(void) function
[all...]
H A Dlibxt_u32.c22 O_U32 = 0, enumerator in enum:__anon1286
25 static const struct xt_option_entry u32_opts[] = { variable in typeref:struct:xt_option_entry
31 static void u32_help(void) function
43 u32_dump(const struct xt_u32 *data) argument
45 const struct xt_u32_test *ct; local
46 unsigned int testind, i; local
89 parse_number(const char **s, int pos) argument
91 uint32_t number; local
92 char *end; local
106 u32_parse(struct xt_option_call *cb) argument
108 struct xt_u32 *data = cb->data; local
109 unsigned int testind = 0, locind = 0, valind = 0; local
110 struct xt_u32_test *ct = &data->tests[testind]; /* current test */ local
111 const char *arg = cb->arg; /* the argument string */ local
112 const char *start = cb->arg; local
113 int state = 0; local
248 u32_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
251 const struct xt_u32 *data = (const void *)match->data; local
258 u32_save(const void *ip, const struct xt_entry_match *match) argument
260 const struct xt_u32 *data = (const void *)match->data; local
267 static struct xtables_match u32_match = { variable in typeref:struct:xtables_match
280 void _init(void) function
[all...]
H A Dlibxt_udp.c9 O_SOURCE_PORT = 0, enumerator in enum:__anon1287
10 O_DEST_PORT, enumerator in enum:__anon1287
13 static void udp_help(void) function
25 #define s macro
26 static const struct xt_option_entry udp_opts[] = { variable in typeref:struct:xt_option_entry
37 #undef s macro
39 udp_init(struct xt_entry_match *m) argument
41 struct xt_udp *udpinfo = (struct xt_udp *)m->data; local
46 udp_parse(struct xt_option_call *cb) argument
48 struct xt_udp *udpinfo = cb->data; local
64 port_to_service(int port) argument
66 const struct servent *service; local
75 print_port(uint16_t port, int numeric) argument
77 const char *service; local
86 print_ports(const char *name, uint16_t min, uint16_t max, int invert, int numeric) argument
89 const char *inv = invert ? "!" : ""; local
106 udp_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
108 const struct xt_udp *udp = (struct xt_udp *)match->data; local
122 udp_save(const void *ip, const struct xt_entry_match *match) argument
124 const struct xt_udp *udpinfo = (struct xt_udp *)match->data; local
155 static struct xtables_match udp_match = { variable in typeref:struct:xtables_match
170 _init(void) function
[all...]
H A Dtos_values.c7 # define IPTOS_NORMALSVC macro
10 struct tos_value_mask { struct
11 uint8_t value, mask; member in struct:tos_value_mask
14 static const struct tos_symbol_info { struct
15 unsigned char value; member in struct:tos_symbol_info
16 const char *name; member in struct:tos_symbol_info
17 } tos_symbol_names[] = { variable in typeref:struct:tos_symbol_info
26 tos_try_print_symbolic(const char *prefix, uint8_t value, uint8_t mask) argument
29 const struct tos_symbol_info *symbol; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/
H A DMakefile21 pkgincludedir = $(includedir)/iptables macro
22 pkglibdir = $(libdir)/iptables macro
23 pkglibexecdir = $(libexecdir)/iptables macro
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd macro
25 install_sh_DATA = $(install_sh) -c -m 644 macro
26 install_sh_PROGRAM = $(install_sh) -c macro
27 install_sh_SCRIPT = $(install_sh) -c macro
28 INSTALL_HEADER = $(INSTALL_DATA) macro
29 transform = $(program_transform_name) macro
30 NORMAL_INSTALL = : macro
31 PRE_INSTALL = : macro
32 POST_INSTALL = : macro
33 NORMAL_UNINSTALL = : macro
34 PRE_UNINSTALL = : macro
35 POST_UNINSTALL = : macro
36 build_triplet = i686-pc-linux-gnu macro
37 host_triplet = mipsel-unknown-linux-gnu macro
39 subdir = include macro
40 DIST_COMMON = $(am__include_HEADERS_DIST) $(nobase_include_HEADERS) \\ macro
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 macro
44 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_linker_flags.m4 \\ macro
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \\ macro
50 mkinstalldirs = $(install_sh) -d macro
51 CONFIG_HEADER = $(top_builddir)/config.h macro
52 CONFIG_CLEAN_FILES = xtables.h macro
53 CONFIG_CLEAN_VPATH_FILES = macro
54 SOURCES = macro
55 DIST_SOURCES = macro
56 am__include_HEADERS_DIST = libipq/libipq.h macro
57 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; macro
58 am__vpath_adj = case $$p in \\ macro
62 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; macro
63 am__install_max = 40 macro
64 am__nobase_strip_setup = \\ macro
66 am__nobase_strip = \\ macro
68 am__nobase_list = $(am__nobase_strip_setup); \\ macro
75 am__base_list = \\ macro
78 am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)" macro
79 HEADERS = $(include_HEADERS) $(nobase_include_HEADERS) macro
80 ETAGS = etags macro
81 CTAGS = ctags macro
82 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) macro
83 pkgdatadir = ${datadir}/xtables macro
84 ACLOCAL = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run aclocal-1.11 macro
85 AMTAR = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run tar macro
86 AR = mipsel-uclibc-linux26-ar macro
87 AUTOCONF = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run autoconf macro
88 AUTOHEADER = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run autoheader macro
89 AUTOMAKE = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run automake-1.11 macro
90 AWK = gawk macro
91 CC = mipsel-uclibc-linux26-gcc macro
92 CCDEPMODE = depmode=gcc3 macro
93 CFLAGS = -g -O2 macro
94 CPP = mipsel-uclibc-linux26-gcc -E macro
95 CPPFLAGS = macro
96 CYGPATH_W = echo macro
97 DEFS = -DHAVE_CONFIG_H macro
98 DEPDIR = .deps macro
99 DSYMUTIL = macro
100 DUMPBIN = macro
101 ECHO_C = macro
102 ECHO_N = -n macro
103 ECHO_T = macro
104 EGREP = /bin/grep -E macro
105 EXEEXT = macro
106 FGREP = /bin/grep -F macro
107 GREP = /bin/grep macro
108 INSTALL = /usr/bin/install -c macro
109 INSTALL_DATA = ${INSTALL} -m 644 macro
110 INSTALL_PROGRAM = ${INSTALL} macro
111 INSTALL_SCRIPT = ${INSTALL} macro
112 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s macro
113 LD = mipsel-uclibc-linux26-ld macro
114 LDFLAGS = macro
115 LIBOBJS = macro
116 LIBS = macro
117 LIBTOOL = $(SHELL) $(top_builddir)/libtool macro
118 LIPO = macro
119 LN_S = ln -s macro
120 LTLIBOBJS = macro
121 MAKEINFO = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/missing --run makeinfo macro
122 MKDIR_P = /bin/mkdir -p macro
123 NM = mipsel-uclibc-linux26-nm macro
124 NMEDIT = macro
125 OBJDUMP = mipsel-linux-objdump macro
126 OBJEXT = o macro
127 OTOOL = macro
128 OTOOL64 = macro
129 PACKAGE = iptables macro
130 PACKAGE_BUGREPORT = macro
131 PACKAGE_NAME = iptables macro
132 PACKAGE_STRING = iptables 1.4.12.1 macro
133 PACKAGE_TARNAME = iptables macro
134 PACKAGE_URL = macro
135 PACKAGE_VERSION = 1.4.12.1 macro
136 PATH_SEPARATOR = : macro
137 PKG_CONFIG = /usr/bin/pkg-config macro
138 PKG_CONFIG_LIBDIR = macro
139 PKG_CONFIG_PATH = macro
140 RANLIB = mipsel-uclibc-linux26-ranlib macro
141 SED = /bin/sed macro
142 SET_MAKE = macro
143 SHELL = /bin/sh macro
144 STRIP = mipsel-linux-strip macro
145 VERSION = 1.4.12.1 macro
146 abs_builddir = $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/include macro
147 abs_srcdir = $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/include macro
148 abs_top_builddir = $(SRCBASE)/../ap/gpl/iptables-1.4.12.1 macro
149 abs_top_srcdir = $(SRCBASE)/../ap/gpl/iptables-1.4.12.1 macro
150 ac_ct_CC = macro
151 ac_ct_DUMPBIN = macro
152 am__include = include macro
153 am__leading_dot = . macro
154 am__quote = macro
155 am__tar = ${AMTAR} chof - "$$tardir" macro
156 am__untar = ${AMTAR} xf - macro
157 bindir = ${exec_prefix}/bin macro
158 blacklist_modules = ipvs macro
159 build = i686-pc-linux-gnu macro
160 build_alias = macro
161 build_cpu = i686 macro
162 build_os = linux-gnu macro
163 build_vendor = pc macro
164 builddir = . macro
165 datadir = ${datarootdir} macro
166 datarootdir = ${prefix}/share macro
167 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} macro
168 dvidir = ${docdir} macro
169 exec_prefix = ${prefix} macro
170 host = mipsel-unknown-linux-gnu macro
171 host_alias = mipsel-linux macro
172 host_cpu = mipsel macro
173 host_os = linux-gnu macro
174 host_vendor = unknown macro
175 htmldir = ${docdir} macro
176 includedir = ${prefix}/include macro
177 infodir = ${datarootdir}/info macro
178 install_sh = ${SHELL} $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/install-sh macro
179 kbuilddir = macro
180 kinclude_CPPFLAGS = -I../../../src/linux/linux-2.6/include macro
181 ksourcedir = ../../../src/linux/linux-2.6 macro
182 libdir = ${exec_prefix}/lib macro
183 libexecdir = ${exec_prefix}/libexec macro
184 libiptc_LDFLAGS2 = -Wl,--no-as-needed macro
185 libnfnetlink_CFLAGS = macro
186 libnfnetlink_LIBS = macro
187 libxtables_vage = 0 macro
188 libxtables_vcurrent = 7 macro
189 libxtables_vmajor = 7 macro
190 localedir = ${datarootdir}/locale macro
191 localstatedir = ${prefix}/var macro
192 lt_ECHO = echo macro
193 mandir = ${datarootdir}/man macro
194 mkdir_p = /bin/mkdir -p macro
195 oldincludedir = /usr/include macro
196 pdfdir = ${docdir} macro
197 pkgconfigdir = ${libdir}/pkgconfig macro
198 prefix = $(SRCBASE)/../ap/gpl/iptables-1.4.12.1/tmp macro
199 program_transform_name = s,x,x, macro
200 psdir = ${docdir} macro
201 regular_CFLAGS = -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe macro
202 regular_CPPFLAGS = -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DXTABLES_LIBDIR=\\"${xtlibdir}\\" -DXTABLES_INTERNAL macro
203 sbindir = ${exec_prefix}/sbin macro
204 sharedstatedir = ${prefix}/com macro
205 srcdir = . macro
206 sysconfdir = ${prefix}/etc macro
207 target_alias = macro
208 top_build_prefix = ../ macro
209 top_builddir = .. macro
210 top_srcdir = .. macro
211 xtlibdir = ${exec_prefix}/lib/xtables macro
212 include_HEADERS = $(am__append_1) macro
213 nobase_include_HEADERS = xtables.h libiptc/ipt_kernel_headers.h \\ macro
[all...]
H A Dip6tables.h2 #define _IP6TABLES_USER_H macro
[all...]
H A Diptables.h2 #define _IPTABLES_USER_H macro
24 #define LINUX_VERSION macro
25 #define LINUX_VERSION_MAJOR macro
26 #define LINUX_VERSION_MINOR macro
27 #define LINUX_VERSION_PATCH macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/iptables/
H A Dinternal.h2 #define IPTABLES_INTERNAL_H 1 macro
4 #define IPTABLES_VERSION "1.4.12.1" macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/libipq/
H A Dlibipq.h22 #define _LIBIPQ_H macro
34 typedef unsigned long ipq_id_t; typedef
38 #define LDEBUG macro
40 #define LDEBUG macro
45 #define MSG_TRUNC macro
48 struct ipq_handle struct
50 int fd; member in struct:ipq_handle
51 u_int8_t blocking; member in struct:ipq_handle
52 struct sockaddr_nl local; member in struct:ipq_handle
53 struct sockaddr_nl peer; member in struct:ipq_handle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/libiptc/
H A Dipt_kernel_headers.h4 #define _FWCHAINS_KERNEL_HEADERS_H macro
[all...]
H A Dlibip6tc.h2 #define _LIBIP6TC_H macro
16 typedef char ip6t_chainlabel[32]; typedef
18 #define IP6TC_LABEL_ACCEPT macro
19 #define IP6TC_LABEL_DROP macro
20 #define IP6TC_LABEL_QUEUE macro
21 #define IP6TC_LABEL_RETURN macro
[all...]
H A Dlibiptc.h2 #define _LIBIPTC_H macro
20 typedef char ipt_chainlabel[32]; typedef
22 #define IPTC_LABEL_ACCEPT macro
23 #define IPTC_LABEL_DROP macro
24 #define IPTC_LABEL_QUEUE macro
25 #define IPTC_LABEL_RETURN macro
[all...]
H A Dlibxtc.h2 #define _LIBXTC_H macro
16 #define XT_MIN_ALIGN macro
20 #define XT_ALIGN macro
23 #define XTC_LABEL_ACCEPT macro
24 #define XTC_LABEL_DROP macro
25 #define XTC_LABEL_QUEUE macro
26 #define XTC_LABEL_RETURN macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/libipulog/
H A Dlibipulog.h2 #define _LIBIPULOG_H macro
19 #define MSG_TRUNC macro
[all...]

Completed in 965 milliseconds

<<11121314151617181920>>