OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gen_mtp3field_code
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/
gencode.h
305
struct block *
gen_mtp3field_code
(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
grammar.y
487
| relop NUM { $$.b =
gen_mtp3field_code
($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }
488
| irelop NUM { $$.b =
gen_mtp3field_code
($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 1); }
497
$$.b =
gen_mtp3field_code
($$.mtp3fieldtype, (u_int) $1, BPF_JEQ, 0);
gencode.c
7063
gen_mtp3field_code
(mtp3field, jvalue, jtype, reverse)
function
[
all
...]
Completed in 29 milliseconds