Home
last modified time | relevance | path

Searched refs:SIOCGNATS (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sbin/ipf/ipnat/
HDipnat.c204 if (ioctl(fd, SIOCGNATS, &obj) == -1) { in main()
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_nat.h24 #define SIOCGNATS _IOWR('r', 62, struct ipfobj) macro
HDip_nat.c1186 case SIOCGNATS : in ipf_nat_ioctl()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp357 #define SIOCGNATS _IOWR('r', 62, struct ipfobj) macro
1957 unsigned IOCTL_SIOCGNATS = SIOCGNATS;
HDsanitizer_interceptors_ioctl_netbsd.inc853 _(SIOCGNATS, READWRITE, struct_ipfobj_sz);