Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difpfsync.c73 if (ioctl(s, SIOCSETPFSYNC, (caddr_t)&ifr) == -1) in setpfsync_syncdev()
91 if (ioctl(s, SIOCSETPFSYNC, (caddr_t)&ifr) == -1) in unsetpfsync_syncdev()
123 if (ioctl(s, SIOCSETPFSYNC, (caddr_t)&ifr) == -1) in setpfsync_syncpeer()
142 if (ioctl(s, SIOCSETPFSYNC, (caddr_t)&ifr) == -1) in unsetpfsync_syncpeer()
165 if (ioctl(s, SIOCSETPFSYNC, (caddr_t)&ifr) == -1) in setpfsync_maxupd()
182 if (ioctl(s, SIOCSETPFSYNC, (caddr_t)&ifr) == -1) in setpfsync_defer()
/f-stack/freebsd/net/
H A Dif_pfsync.h242 #define SIOCSETPFSYNC _IOW('i', 247, struct ifreq) macro
/f-stack/tools/compat/include/net/
H A Dif_pfsync.h242 #define SIOCSETPFSYNC _IOW('i', 247, struct ifreq) macro
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c1384 case SIOCSETPFSYNC: in pfsyncioctl()