Searched defs:jf (Results 1 – 7 of 7) sorted by relevance
/freebsd/sbin/ipf/ipf/ |
H A D | bpf-ipf.h | 403 u_char jf; member 411 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
|
/freebsd/sys/net/ |
H A D | bpf.h | 364 u_char jf; member 372 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
|
/freebsd/contrib/libpcap/ |
H A D | gencode.h | 221 struct slist *jf; /* only for relative jump in block */ member
|
H A D | rpcap-protocol.h | 337 uint8 jf; /* relative offset to jump to in case of 'false' */ member
|
H A D | optimize.c | 2766 int jt, jf; in convert_code_r() local
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lparser.c | 1384 int jf; /* instruction to skip 'then' code (if condition is false) */ in test_then_block() local
|
/freebsd/contrib/lua/src/ |
H A D | lparser.c | 1643 int jf; /* instruction to skip 'then' code (if condition is false) */ in test_then_block() local
|