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.h403 #define PF_OSFP_LEN 32 macro
404 char fp_class_nm[PF_OSFP_LEN];
405 char fp_version_nm[PF_OSFP_LEN];
406 char fp_subtype_nm[PF_OSFP_LEN];
410 memcmp((a)->fp_class_nm, (b)->fp_class_nm, PF_OSFP_LEN) == 0 && \
411 memcmp((a)->fp_version_nm, (b)->fp_version_nm, PF_OSFP_LEN) == 0 && \
412 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.c383 char buf[PF_OSFP_LEN*3]; in print_fromto()