Searched refs:argc_p (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dp_icmp.c28 parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
32 int argc = *argc_p;
51 *argc_p = argc;
H A Dm_pedit.h46 int (*parse_peopt)(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
50 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
55 extern int parse_val(int *argc_p, char ***argv_p, __u32 * val, int type);
56 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
57 extern int parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
58 int parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n);
H A Dp_tcp.c27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dp_udp.c27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Df_u32.c189 int parse_at(int *argc_p, char ***argv_p, int *off, int *offmask) argument
191 int argc = *argc_p;
212 *argc_p = argc;
218 static int parse_u32(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off, int offmask) argument
221 int argc = *argc_p;
244 *argc_p = argc;
249 static int parse_u16(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off, int offmask) argument
252 int argc = *argc_p;
274 *argc_p = argc;
279 static int parse_u8(int *argc_p, cha argument
313 parse_ip_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off) argument
347 parse_ip6_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, int off) argument
389 parse_ip(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
477 parse_ip6(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
540 parse_udp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
567 parse_icmp(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
594 parse_mark(int *argc_p, char ***argv_p, struct nlmsghdr *n) argument
629 parse_selector(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, struct nlmsghdr *n) argument
692 parse_offset(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
743 parse_hashkey(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) argument
[all...]
H A Dm_pedit.c57 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
59 int argc = *argc_p;
232 parse_val(int *argc_p, char ***argv_p, __u32 * val, int type) argument
234 int argc = *argc_p;
263 parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
268 int argc = *argc_p;
326 *argc_p = argc;
333 parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
337 int argc = *argc_p;
404 *argc_p
410 parse_munge(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel) argument
461 parse_pedit(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
[all...]
H A Dp_ip.c27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
30 int argc = *argc_p;
136 *argc_p = argc;
142 parse_ip6(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) argument
H A Dm_mirred.c61 parse_egress(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
64 int argc = *argc_p;
202 *argc_p = argc;
209 parse_mirred(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
212 int argc = *argc_p;
231 *argc_p = argc;
H A Dm_gact.c87 parse_gact(struct action_util *a, int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
89 int argc = *argc_p;
190 *argc_p = argc;
H A Dm_action.c51 static int parse_noaopt(struct action_util *au, int *argc_p, char ***argv_p, int code, struct nlmsghdr *n) argument
53 int argc = *argc_p;
133 parse_action(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
135 int argc = *argc_p;
212 *argc_p = argc;
336 int tc_action_gd(int cmd, unsigned flags, int *argc_p, char ***argv_p) argument
340 int argc = *argc_p;
442 *argc_p = argc;
448 int tc_action_modify(int cmd, unsigned flags, int *argc_p, char ***argv_p) argument
450 int argc = *argc_p;
[all...]
H A Dm_police.c126 int act_parse_police(struct action_util *a,int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
128 int argc = *argc_p;
300 *argc_p = argc;
305 int parse_police(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
307 return act_parse_police(NULL,argc_p,argv_p,tca_id,n);
H A Df_rsvp.c41 int get_addr_and_pi(int *argc_p, char ***argv_p, inet_prefix * addr, argument
44 int argc = *argc_p;
164 *argc_p = argc;
H A Dm_ematch.c322 int parse_ematch(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n) argument
324 begin_argc = ematch_argc = *argc_p;
362 *argc_p = ematch_argc;
H A Dm_ipt.c375 static int parse_ipt(struct action_util *a,int *argc_p, argument
382 int rargc = *argc_p;
504 *argc_p = rargc - iargc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dcmdline.c280 vms_unzip_cmdline (int *argc_p, char ***argv_p)
295 ** argc_p - Address of int to receive the new argc
858 *argc_p = new_argc;
277 vms_unzip_cmdline(int *argc_p, char ***argv_p) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcmdline.c334 vms_zip_cmdline (int *argc_p, char ***argv_p)
349 ** argc_p - Address of int to receive the new argc
1557 *argc_p = new_argc;
331 vms_zip_cmdline(int *argc_p, char ***argv_p) argument

Completed in 184 milliseconds