Searched defs:pnum (Results 1 - 3 of 3) sorted by relevance

/external/iptables/extensions/
H A Dlibxt_multiport.c145 check_proto(uint16_t pnum, uint8_t invflags) argument
153 if ((proto = proto_to_name(pnum)) != NULL)
155 else if (!pnum)
164 static void __multiport_parse(struct xt_option_call *cb, uint16_t pnum, argument
173 proto = check_proto(pnum, invflags);
179 proto = check_proto(pnum, invflags);
185 proto = check_proto(pnum, invflags);
210 static void __multiport_parse_v1(struct xt_option_call *cb, uint16_t pnum, argument
219 proto = check_proto(pnum, invflags);
224 proto = check_proto(pnum, invflag
[all...]
/external/libmtp/examples/
H A Dsendtr.c235 char *pnum; local
236 if ( (pnum = prompt("Track number", num, 80, 0)) == NULL )
238 if ( strlen(pnum) ) {
239 tracknum = strtoul(pnum, 0, 10);
246 char *pnum; local
247 if ( (pnum = prompt("Year", num, 80, 0)) == NULL )
249 if ( strlen(pnum) ) {
250 year = strtoul(pnum, 0, 10);
257 char *pnum; local
258 if ( (pnum
[all...]
/external/libpcap/
H A Dgrammar.y262 %type <i> byteop pname pnum relop irelop
335 | pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
403 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
505 | VLAN pnum { $$ = gen_vlan($2); }
507 | MPLS pnum { $$ = gen_mpls($2); }
510 | PPPOES pnum { $$ = gen_pppoes($2); }
612 arth: pnum { $$ = gen_loadi($1); }
635 pnum: NUM label
636 | paren pnum ')' { $$ = $2; }

Completed in 374 milliseconds