Searched refs:SIOCGNATL (Results 1 – 6 of 6) sorted by relevance
/freebsd/share/examples/ipfilter/samples/ |
H A D | relay.c | 160 if (ioctl(fd, SIOCGNATL, &obj) == -1) {
|
H A D | proxy.c | 102 if (ioctl(fd, SIOCGNATL, &obj) == -1) {
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_nat.h | 23 #define SIOCGNATL _IOWR('r', 63, struct ipfobj) macro
|
H A D | ip_nat.c | 1209 case SIOCGNATL : in ipf_nat_ioctl()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 358 #define SIOCGNATL _IOWR('r', 63, struct ipfobj) macro 1958 unsigned IOCTL_SIOCGNATL = SIOCGNATL;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 854 _(SIOCGNATL, READWRITE, struct_ipfobj_sz);
|