Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_proxy.h23 #define SIOCPROXY _IOWR('r', 64, struct ap_control) macro
25 #define SIOCPROXY _IOWR(r, 64, struct ap_control) macro
H A Dip_proxy.c718 case SIOCPROXY : in ipf_proxy_ioctl()
H A Dip_nat.c1314 case SIOCPROXY : in ipf_nat_ioctl()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipnat_y.y1728 if ((*ioctlfunc)(fd, SIOCPROXY, (void *)&obj) == -1) {