OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_names
(Results
1 - 9
of
9
) sorted by relevancy
/src/dist/pf/usr.sbin/ftp-proxy/
ipf.c
260
(void) strlcpy(ipn->
in_names
, netif, IF_NAMESIZE);
261
ipn->in_namelen = strlen(ipn->
in_names
) + 1;
263
(void) strlcpy(ipn->
in_names
+ ipn->in_namelen, netif, IF_NAMESIZE);
264
ipn->in_namelen += strlen(ipn->
in_names
+ ipn->in_ifnames[1]) + 1;
/src/sys/external/bsd/ipf/netinet/
ip_proxy.c
1372
bcopy(old->
in_names
, ipn->
in_names
, ipn->in_namelen);
1444
bcopy(old->
in_names
, ipn->
in_names
, ipn->in_namelen);
ip_ipsec_pxy.c
214
bcopy(np->
in_names
, ipn->in_ifnames, ipn->in_namelen);
ip_tftp_pxy.c
241
bcopy(np->
in_names
, ipn->in_ifnames, ipn->in_namelen);
ip_pptp_pxy.c
182
bcopy(np->
in_names
, ipn->in_ifnames, ipn->in_namelen);
ip_nat.c
1563
error = ipf_nat_nextaddrinit(softc, n->
in_names
, &n->in_osrc, 1,
1568
error = ipf_nat_nextaddrinit(softc, n->
in_names
, &n->in_odst, 1,
1573
error = ipf_nat_nextaddrinit(softc, n->
in_names
, &n->in_nsrc, 1,
1578
error = ipf_nat_nextaddrinit(softc, n->
in_names
, &n->in_ndst, 1,
1605
base = n->
in_names
;
3441
name = in->
in_names
+ in->in_ifnames[1];
5967
char *base = n->
in_names
;
5987
ipf_nat_nextaddrinit(softc, n->
in_names
, &n->in_osrc,
5989
ipf_nat_nextaddrinit(softc, n->
in_names
, &n->in_odst,
5991
ipf_nat_nextaddrinit(softc, n->
in_names
, &n->in_nsrc
[
all
...]
ip_nat6.c
177
error = ipf_nat6_nextaddrinit(softc, n->
in_names
, &n->in_osrc, 1,
182
error = ipf_nat6_nextaddrinit(softc, n->
in_names
, &n->in_odst, 1,
187
error = ipf_nat6_nextaddrinit(softc, n->
in_names
, &n->in_nsrc, 1,
192
error = ipf_nat6_nextaddrinit(softc, n->
in_names
, &n->in_ndst, 1,
1334
name = in->
in_names
+ in->in_ifnames[1];
ip_fil_compat.c
2416
char *names = np->
in_names
;
2495
char *names = np->
in_names
;
4220
strncpy(old->in_ifnames[0], np->
in_names
+ np->in_ifnames[0],
4225
strncpy(old->in_ifnames[1], np->
in_names
+ np->in_ifnames[1],
4230
strncpy(old->in_plabel, np->
in_names
+ np->in_plabel,
4299
strncpy(old->in_ifnames[0], np->
in_names
+ np->in_ifnames[0],
4304
strncpy(old->in_ifnames[1], np->
in_names
+ np->in_ifnames[1],
4309
strncpy(old->in_plabel, np->
in_names
+ np->in_plabel,
ip_nat.h
283
char
in_names
[1];
member in struct:ipnat
Completed in 48 milliseconds
Indexes created Mon Oct 20 10:10:01 GMT 2025