Searched refs:gen_relation (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/
H A Dgencode.h305 struct block *gen_relation(int, struct arth *, struct arth *, int);
H A Dgrammar.y420 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
422 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1);
H A Dgencode.c6883 gen_relation(code, a0, a1, reversed) function
7455 b0 = gen_relation(BPF_JEQ,

Completed in 124 milliseconds