OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPNAT_NAME
(Results
1 - 10
of
10
) sorted by relevancy
/src/libexec/identd/
ipf.c
71
if ((dev = open(
IPNAT_NAME
, O_RDONLY)) == -1) {
72
maybe_syslog(LOG_ERR, "Cannot open %s: %m",
IPNAT_NAME
);
/src/dist/pf/usr.sbin/ftp-proxy/
ipf.c
324
natfd = open(
IPNAT_NAME
, O_RDWR);
326
err(EXIT_FAILURE, "cannot open "
IPNAT_NAME
);
/src/external/bsd/ipf/dist/tools/
ipfs.c
317
devfd = opendevice(
IPNAT_NAME
);
821
devfd = opendevice(
IPNAT_NAME
);
871
devfd = opendevice(
IPNAT_NAME
);
ipnat.c
198
if (((fd = open(
IPNAT_NAME
, mode)) == -1) &&
199
((fd = open(
IPNAT_NAME
, O_RDONLY)) == -1)) {
200
(void) fprintf(stderr, "%s: open: %s\n",
IPNAT_NAME
,
ipf.c
339
xfd = open(
IPNAT_NAME
, O_RDWR);
ipmon.c
1554
conf->logsrc[1].file =
IPNAT_NAME
;
ipfstat.c
288
if ((nat_fd = open(
IPNAT_NAME
, O_RDONLY)) == -1) {
/src/external/bsd/ipf/dist/samples/
relay.c
116
if ((fd = open(
IPNAT_NAME
, O_RDONLY)) == -1) {
proxy.c
102
fd = open(
IPNAT_NAME
, O_RDONLY);
/src/sys/external/bsd/ipf/netinet/
ip_fil.h
1089
#define
IPNAT_NAME
"/dev/ipnat"
Completed in 74 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026