OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:natlook
(Results
1 - 1
of
1
) sorted by relevancy
/src/dist/pf/usr.sbin/ftp-proxy/
ipf.c
349
natlookup_t
natlook
;
local in function:ipf_server_lookup
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
...]
Completed in 129 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025