Home
last modified time | relevance | path

Searched refs:SIOCGETPFSYNC (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/ifconfig/
H A Difpfsync.c68 if (ioctl(s, SIOCGETPFSYNC, (caddr_t)&ifr) == -1) in setpfsync_syncdev()
86 if (ioctl(s, SIOCGETPFSYNC, (caddr_t)&ifr) == -1) in unsetpfsync_syncdev()
106 if (ioctl(s, SIOCGETPFSYNC, (caddr_t)&ifr) == -1) in setpfsync_syncpeer()
137 if (ioctl(s, SIOCGETPFSYNC, (caddr_t)&ifr) == -1) in unsetpfsync_syncpeer()
160 if (ioctl(s, SIOCGETPFSYNC, (caddr_t)&ifr) == -1) in setpfsync_maxupd()
178 if (ioctl(s, SIOCGETPFSYNC, (caddr_t)&ifr) == -1) in setpfsync_defer()
194 if (ioctl(s, SIOCGETPFSYNC, (caddr_t)&ifr) == -1) in pfsync_status()
/f-stack/freebsd/net/
H A Dif_pfsync.h243 #define SIOCGETPFSYNC _IOWR('i', 248, struct ifreq) macro
/f-stack/tools/compat/include/net/
H A Dif_pfsync.h243 #define SIOCGETPFSYNC _IOWR('i', 248, struct ifreq) macro
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c1369 case SIOCGETPFSYNC: in pfsyncioctl()