Searched refs:pfioc_nv (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libpfctl/
H A Dlibpfctl.c422 struct pfioc_nv nv;
547 struct pfioc_nv nv;
604 struct pfioc_nv nv;
733 struct pfioc_nv nv;
824 struct pfioc_nv nv;
/freebsd-13-stable/sys/net/
H A Dpfvar.h1251 #define DIOCADDRULENV _IOWR('D', 4, struct pfioc_nv)
1254 #define DIOCGETRULENV _IOWR('D', 7, struct pfioc_nv)
1257 #define DIOCCLRSTATESNV _IOWR('D', 18, struct pfioc_nv)
1259 #define DIOCGETSTATENV _IOWR('D', 19, struct pfioc_nv)
1266 #define DIOCGETSTATESNV _IOWR('D', 25, struct pfioc_nv)
1276 #define DIOCKILLSTATESNV _IOWR('D', 41, struct pfioc_nv)
1326 #define DIOCKEEPCOUNTERS _IOWR('D', 92, struct pfioc_nv)
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_ioctl.c209 static int pf_killstates_nv(struct pfioc_nv *);
210 static int pf_clearstates_nv(struct pfioc_nv *);
211 static int pf_getstate(struct pfioc_nv *);
212 static int pf_getstates(struct pfioc_nv *);
216 static int pf_keepcounters(struct pfioc_nv *);
2247 struct pfioc_nv *nv = (struct pfioc_nv *)addr;
2415 struct pfioc_nv *nv = (struct pfioc_nv *)addr;
2770 error = pf_clearstates_nv((struct pfioc_nv *)add
[all...]
H A Dpf.h190 struct pfioc_nv { struct

Completed in 188 milliseconds