HomeSort by: relevance | last modified time | path
    Searched refs:SIOCGETLG (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ipf/dist/tools/
ipf.c 325 if (ioctl(xfd, SIOCGETLG, &logopt))
326 ipferror(fd, "ioctl(SIOCGETLG)");
342 if (ioctl(xfd, SIOCGETLG, &logopt))
343 ipferror(xfd, "ioctl(SIOCGETLG)");
ipfstat.c 508 if (ioctl(state_fd, SIOCGETLG, &state_logging) == -1) {
509 ipferror(state_fd, "ioctl(state:SIOCGETLG)");
  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 66 # define SIOCGETLG _IOWR('r', 85, int)
106 # define SIOCGETLG _IOWR(r, 85, int)
ip_state.c 694 case SIOCGETLG :
ip_nat.c 1116 case SIOCGETLG :

Completed in 38 milliseconds