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

/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h681 #define PF_TAG_NAME_SIZE 64 macro
682 char tagname[PF_TAG_NAME_SIZE];
683 char match_tagname[PF_TAG_NAME_SIZE];
1713 char name[PF_TAG_NAME_SIZE];
H A Dpf_ioctl.c267 #if (PF_QNAME_SIZE != PF_TAG_NAME_SIZE)
268 #error PF_QNAME_SIZE must be equal to PF_TAG_NAME_SIZE
855 strlcpy(p, tag->name, PF_TAG_NAME_SIZE);

Completed in 20 milliseconds