Searched refs:gen_ncode (Results 1 - 3 of 3) sorted by relevance
/external/libpcap/ |
H A D | gencode.h | 301 struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
|
H A D | grammar.y | 349 | pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1, 369 $$.b = gen_ncode($1, 0, $$.q); 417 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
|
H A D | gencode.c | 6445 gen_ncode(s, v, q) function
|
Completed in 625 milliseconds