Home
last modified time | relevance | path

Searched refs:T_MOD (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c147 #define T_MOD 0x08 /* Allow modulus */ in pfctl_file_fingerprints() macro
155 T_MOD, 0xffff) || in pfctl_file_fingerprints()
158 GET_INT(psize, &p_mod, "overall packet size", T_MOD|T_DC, in pfctl_file_fingerprints()
190 case T_MOD: in pfctl_file_fingerprints()
200 case T_MOD: in pfctl_file_fingerprints()
210 case T_MOD: in pfctl_file_fingerprints()
219 case T_MOD: in pfctl_file_fingerprints()
825 if (mod && (flags & T_MOD)) in get_int()
826 *mod = T_MOD; in get_int()
942 *this_mod = T_MOD; in get_tcpopts()