HomeSort by: relevance | last modified time | path
    Searched defs:natfd (Results 1 - 1 of 1) sorted by relevancy

  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 82 static int natfd; variable in typeref:typename:int
179 return ioctl(natfd, SIOCADNAT, &obj);
193 return ioctl(natfd, SIOCRMNAT, &obj);
324 natfd = open(IPNAT_NAME, O_RDWR);
325 if (natfd == -1)
376 if (ioctl(natfd, SIOCGNATL, &obj) == -1)

Completed in 11 milliseconds