Home
last modified time | relevance | path

Searched refs:SIOCIPFFL (Results 1 – 9 of 9) sorted by relevance

/freebsd/sbin/ipf/ipf/
H A Dipf.c380 if (ioctl(fd, SIOCIPFFL, &fl) == -1) { in flushfilter()
418 if (ioctl(fd, SIOCIPFFL, &fl) == -1) { in flushfilter()
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c303 } else if (ioctl(fd, SIOCIPFFL, &n) == -1) { in flushtable()
314 if (!(opts & OPT_DONOTHING) && ioctl(fd, SIOCIPFFL, &n) == -1) in flushtable()
/freebsd/sbin/ipf/ipfsync/
H A Dipfsyncd.c540 (void) ioctl(lfd, SIOCIPFFL, &n2);
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_auth.c597 case SIOCIPFFL: in ipf_auth_ioctl()
H A Dip_sync.c1256 case SIOCIPFFL: in ipf_sync_ioctl()
H A Dip_fil.h39 #define SIOCIPFFL _IOWR('r', 65, int) macro
H A Dip_state.c596 case SIOCIPFFL : in ipf_state_ioctl()
H A Dip_nat.c1287 case SIOCIPFFL : /* old SIOCFLNAT & SIOCCNATL */ in ipf_nat_ioctl()
H A Dfil.c8135 case SIOCIPFFL :