Searched refs:SIOCSETPFSYNC (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/ifconfig/ |
| H A D | ifpfsync.c | 73 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 D | if_pfsync.h | 242 #define SIOCSETPFSYNC _IOW('i', 247, struct ifreq) macro
|
| /f-stack/tools/compat/include/net/ |
| H A D | if_pfsync.h | 242 #define SIOCSETPFSYNC _IOW('i', 247, struct ifreq) macro
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pfsync.c | 1384 case SIOCSETPFSYNC: in pfsyncioctl()
|