Searched refs:auth_fd (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipfstat.c99 int auth_fd = -1; variable
284 if ((auth_fd = open(IPAUTH_NAME, O_RDONLY)) == -1) {
537 if (ioctl(auth_fd, SIOCATHST, &ipfo) == -1) {
538 ipferror(auth_fd, "ioctl(SIOCATHST)");
1848 if (ioctl(auth_fd, SIOCGENITER, &obj))

Completed in 57 milliseconds