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

/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h1976 struct pfioc_table { struct
2103 #define DIOCRCLRTABLES _IOWR('D', 60, struct pfioc_table)
2104 #define DIOCRADDTABLES _IOWR('D', 61, struct pfioc_table)
2105 #define DIOCRDELTABLES _IOWR('D', 62, struct pfioc_table)
2106 #define DIOCRGETTABLES _IOWR('D', 63, struct pfioc_table)
2107 #define DIOCRGETTSTATS _IOWR('D', 64, struct pfioc_table)
2108 #define DIOCRCLRTSTATS _IOWR('D', 65, struct pfioc_table)
2109 #define DIOCRCLRADDRS _IOWR('D', 66, struct pfioc_table)
2110 #define DIOCRADDADDRS _IOWR('D', 67, struct pfioc_table)
2111 #define DIOCRDELADDRS _IOWR('D', 68, struct pfioc_table)
[all...]
H A Dpf_ioctl.c579 struct pfioc_table pt;
1644 bcopy(&((struct pfioc_table *)(void *)addr)->
1699 bcopy(&((struct pfioc_table *)(void *)addr)->
2177 case DIOCRCLRTABLES: /* struct pfioc_table */
2178 case DIOCRADDTABLES: /* struct pfioc_table */
2179 case DIOCRDELTABLES: /* struct pfioc_table */
2180 case DIOCRGETTABLES: /* struct pfioc_table */
2181 case DIOCRGETTSTATS: /* struct pfioc_table */
2182 case DIOCRCLRTSTATS: /* struct pfioc_table */
2183 case DIOCRSETTFLAGS: /* struct pfioc_table */
[all...]

Completed in 102 milliseconds