Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.h411 #define PF_OSFP_LEN 32 macro
412 char fp_class_nm[PF_OSFP_LEN];
413 char fp_version_nm[PF_OSFP_LEN];
414 char fp_subtype_nm[PF_OSFP_LEN];
418 memcmp((a)->fp_class_nm, (b)->fp_class_nm, PF_OSFP_LEN) == 0 && \
419 memcmp((a)->fp_version_nm, (b)->fp_version_nm, PF_OSFP_LEN) == 0 && \
420 memcmp((a)->fp_subtype_nm, (b)->fp_subtype_nm, PF_OSFP_LEN) == 0)
/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c62 char nm_name[PF_OSFP_LEN];
H A Dpfctl_parser.c394 char buf[PF_OSFP_LEN*3]; in print_fromto()