Home
last modified time | relevance | path

Searched refs:SIOCAUTHR (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/samples/
H A Duserauth.c57 if (ioctl(fd, SIOCAUTHR, &frap) != 0) in main()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h58 # define SIOCAUTHR _IOWR('r', 77, struct ipfobj) macro
98 # define SIOCAUTHR _IOWR(r, 77, struct ipfobj) macro
H A Dip_auth.c669 case SIOCAUTHR: in ipf_auth_ioctl()