Searched refs:_FP_SUBTYPE_BITS (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.h365 #define _FP_SUBTYPE_BITS 10 /* patch level (NT SP4, SP3, ECN patch) */ macro
367 (class) = ((osfp) >> (_FP_VERSION_BITS+_FP_SUBTYPE_BITS)) & \
369 (version) = ((osfp) >> _FP_SUBTYPE_BITS) & \
371 (subtype) = (osfp) & ((1 << _FP_SUBTYPE_BITS) - 1); \
375 + _FP_SUBTYPE_BITS); \
377 _FP_SUBTYPE_BITS; \
378 (osfp) |= (subtype) & ((1 << _FP_SUBTYPE_BITS) - 1); \
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_osfp.c481 subtype >= (1 << _FP_SUBTYPE_BITS)) {

Completed in 190 milliseconds