Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpfvar.h2063 struct pfioc_table { struct
2190 #define DIOCRCLRTABLES _IOWR('D', 60, struct pfioc_table)
2191 #define DIOCRADDTABLES _IOWR('D', 61, struct pfioc_table)
2192 #define DIOCRDELTABLES _IOWR('D', 62, struct pfioc_table)
2193 #define DIOCRGETTABLES _IOWR('D', 63, struct pfioc_table)
2194 #define DIOCRGETTSTATS _IOWR('D', 64, struct pfioc_table)
2195 #define DIOCRCLRTSTATS _IOWR('D', 65, struct pfioc_table)
2196 #define DIOCRCLRADDRS _IOWR('D', 66, struct pfioc_table)
2197 #define DIOCRADDADDRS _IOWR('D', 67, struct pfioc_table)
2198 #define DIOCRDELADDRS _IOWR('D', 68, struct pfioc_table)
[all …]
H A Dpf_ioctl.c578 struct pfioc_table pt;
1523 struct pfioc_table *__single table = (struct pfioc_table *)(void *) addr; in pfioctl()
1581 bcopy(&((struct pfioc_table *)(void *)addr)-> in pfioctl()
1896 PFIOCX_STRUCT_DECL(pfioc_table); in pfioctl()
1898 PFIOCX_STRUCT_BEGIN(addr, pfioc_table); in pfioctl()
1900 PFIOCX_STRUCT_ADDR32(pfioc_table), in pfioctl()
1901 PFIOCX_STRUCT_ADDR64(pfioc_table), p); in pfioctl()
1902 PFIOCX_STRUCT_END(pfioc_table, addr); in pfioctl()