OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:natlook
(Results
1 - 2
of
2
) sorted by relevancy
/src/dist/pf/usr.sbin/ftp-proxy/
ipf.c
349
natlookup_t
natlook
;
local
363
obj.ipfo_size = sizeof(
natlook
);
364
obj.ipfo_ptr = &
natlook
;
367
* Build up the ipf
natlook
structure.
369
memset((void *)&
natlook
, 0, sizeof(
natlook
));
370
natlook
.nl_flags = IPN_TCPUDP;
371
natlook
.nl_outip = satosin(client)->sin_addr;
372
natlook
.nl_inip = satosin(proxy)->sin_addr;
373
natlook
.nl_outport = satosin(client)->sin_port
[
all
...]
/src/external/bsd/ipf/dist/samples/
proxy.c
59
natlookup_t
natlook
;
local
85
obj.ipfo_size = sizeof(
natlook
);
86
obj.ipfo_ptr = &
natlook
;
92
bzero((char *)&
natlook
, sizeof(
natlook
));
93
natlook
.nl_outip = sin.sin_addr;
94
natlook
.nl_inip = sloc.sin_addr;
95
natlook
.nl_flags = IPN_TCP;
96
natlook
.nl_outport = sin.sin_port;
97
natlook
.nl_inport = sloc.sin_port
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026