OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Oct 17 03:10:13 GMT 2025