Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipf/ipfstat/
H A Dipfstat.c67 int auth_fd = -1; variable
252 if ((auth_fd = open(IPAUTH_NAME, O_RDONLY)) == -1) { in main()
522 if (ioctl(auth_fd, SIOCATHST, &ipfo) == -1) { in ipfstate_live()
523 ipferror(auth_fd, "ioctl(SIOCATHST)"); in ipfstate_live()
1829 if (ioctl(auth_fd, SIOCGENITER, &obj)) in showauthstates()