Searched refs:jtype (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/libpcap/
H A Dgencode.c1105 * with the test specified by "jtype"; if "reverse" is true, the test
1106 * should test the opposite of "jtype".
1110 bpf_u_int32 size, bpf_u_int32 mask, bpf_u_int32 jtype, int reverse,
1124 b = new_block(cstate, JMP(jtype));
1127 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE))
9483 bpf_int32 jvalue, bpf_u_int32 jtype, int reverse)
9494 b0 = gen_ncmp(cstate, OR_LINKHDR, cstate->off_vpi, BPF_B, 0xffffffff, jtype,
9503 b0 = gen_ncmp(cstate, OR_LINKHDR, cstate->off_vci, BPF_H, 0xffffffff, jtype,
9510 b0 = gen_ncmp(cstate, OR_LINKHDR, cstate->off_proto, BPF_B, 0x0f, jtype,
1109 gen_ncmp(compiler_state_t *cstate, enum e_offrel offrel, bpf_u_int32 offset, bpf_u_int32 size, bpf_u_int32 mask, bpf_u_int32 jtype, int reverse, bpf_int32 v) argument
9482 gen_atmfield_code_internal(compiler_state_t *cstate, int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse) argument
9569 gen_atmfield_code(compiler_state_t *cstate, int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse) argument
9770 gen_mtp3field_code(compiler_state_t *cstate, int mtp3field, bpf_u_int32 jvalue_arg, bpf_u_int32 jtype, int reverse) argument
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c99 enum nat64lsn_jtype jtype; member in struct:nat64lsn_job_item
127 const struct ipfw_flow_id *f_id, int jtype);
755 ji->jtype, ji->done);
1175 switch (ji->jtype) {
1207 switch (ji->jtype) {
1250 int jtype)
1286 ji->jtype = jtype;
1249 nat64lsn_create_job(struct nat64lsn_cfg *cfg, const struct ipfw_flow_id *f_id, int jtype) argument

Completed in 137 milliseconds