OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:natfd
(Results
1 - 3
of
3
) sorted by relevancy
/src/dist/pf/usr.sbin/ftp-proxy/
ipf.c
82
static int
natfd
;
variable
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)
/src/external/bsd/ipf/dist/l4check/
l4check.c
61
int
natfd
= -1;
variable
107
if (ioctl(
natfd
, SIOCADNAT, &ipn) == -1)
122
if (ioctl(
natfd
, SIOCRMNAT, &ipn) == -1)
796
natfd
= open(IPL_NAT, O_RDWR);
797
if (
natfd
== -1) {
/src/external/bsd/ipf/dist/tools/
ipnat_y.y
59
static int
natfd
= -1;
149
err = (*nataddfunc)(
natfd
, natioctlfunc, nat);
157
proxy_loadrules(
natfd
, natioctlfunc, prules);
1361
natfd
= fd;
Completed in 20 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026