Searched refs:pfioc_table (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | pfvar.h | 1990 struct pfioc_table { struct 2117 #define DIOCRCLRTABLES _IOWR('D', 60, struct pfioc_table) 2118 #define DIOCRADDTABLES _IOWR('D', 61, struct pfioc_table) 2119 #define DIOCRDELTABLES _IOWR('D', 62, struct pfioc_table) 2120 #define DIOCRGETTABLES _IOWR('D', 63, struct pfioc_table) 2121 #define DIOCRGETTSTATS _IOWR('D', 64, struct pfioc_table) 2122 #define DIOCRCLRTSTATS _IOWR('D', 65, struct pfioc_table) 2123 #define DIOCRCLRADDRS _IOWR('D', 66, struct pfioc_table) 2124 #define DIOCRADDADDRS _IOWR('D', 67, struct pfioc_table) 2125 #define DIOCRDELADDRS _IOWR('D', 68, struct pfioc_table) [all …]
|
| H A D | pf_ioctl.c | 525 struct pfioc_table pt; 1456 bcopy(&((struct pfioc_table *)(void *)addr)-> in pfioctl() 1513 bcopy(&((struct pfioc_table *)(void *)addr)-> in pfioctl() 1830 PFIOCX_STRUCT_DECL(pfioc_table); in pfioctl() 1832 PFIOCX_STRUCT_BEGIN(addr, pfioc_table); in pfioctl() 1834 PFIOCX_STRUCT_ADDR32(pfioc_table), in pfioctl() 1835 PFIOCX_STRUCT_ADDR64(pfioc_table), p); in pfioctl() 1836 PFIOCX_STRUCT_END(pfioc_table, addr); in pfioctl()
|