OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPN_TCP
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/bsd/ipf/dist/lib/
printproto.c
26
else if (np->in_flags &
IPN_TCP
)
/src/sys/external/bsd/ipf/netinet/
ip_rcmd_pxy.c
213
nat2 = ipf_nat6_outlookup(&fi, NAT_SEARCH|
IPN_TCP
,
218
nat2 = ipf_nat6_inlookup(&fi, NAT_SEARCH|
IPN_TCP
,
228
nat2 = ipf_nat_outlookup(&fi, NAT_SEARCH|
IPN_TCP
,
233
nat2 = ipf_nat_inlookup(&fi, NAT_SEARCH|
IPN_TCP
,
279
nflags = SI_W_SPORT|NAT_SLAVE|
IPN_TCP
;
293
(void) ipf_nat_proto(&fi, nat2,
IPN_TCP
);
ip_irc_pxy.c
394
nat2 = ipf_nat_outlookup(fin,
IPN_TCP
, nat->nat_pr[1], nat->nat_nsrcip,
416
NAT_SLAVE|
IPN_TCP
|SI_W_DPORT, NAT_OUTBOUND);
ip_nat.h
193
#define NAT_TCP 0x0001 /*
IPN_TCP
*/
361
#define
IPN_TCP
0x00001
363
#define IPN_TCPUDP (
IPN_TCP
|IPN_UDP)
365
#define IPN_TCPUDPICMP (
IPN_TCP
|IPN_UDP|IPN_ICMPERR)
367
#define IPN_TCPUDPICMPQ (
IPN_TCP
|IPN_UDP|IPN_ICMPQUERY)
ip_ftp_pxy.c
503
nat2 = ipf_nat6_outlookup(&fi,
IPN_TCP
|NAT_SEARCH,
508
nat2 = ipf_nat6_inlookup(&fi,
IPN_TCP
|NAT_SEARCH,
517
nat2 = ipf_nat_outlookup(&fi,
IPN_TCP
|NAT_SEARCH,
522
nat2 = ipf_nat_inlookup(&fi,
IPN_TCP
|NAT_SEARCH,
559
flags = SI_W_SPORT|NAT_SLAVE|
IPN_TCP
;
578
(void) ipf_nat_proto(&fi, nat2,
IPN_TCP
);
869
nflags =
IPN_TCP
|SI_W_SPORT;
902
(void) ipf_nat_proto(&fi, nat2,
IPN_TCP
);
ip_nat6.c
1435
flags =
IPN_TCP
;
1593
flags =
IPN_TCP
;
1868
/* flags -> relevant are IPN_UDP/
IPN_TCP
/IPN_ICMPQUERY that indicate if */
2181
/* flags -> relevant are IPN_UDP/
IPN_TCP
/IPN_ICMPQUERY that indicate if */
2431
if (np->nl_flags &
IPN_TCP
)
2594
nflags =
IPN_TCP
;
2992
nflags =
IPN_TCP
;
ip_nat.c
3638
flags =
IPN_TCP
;
3757
flags =
IPN_TCP
;
4019
/* flags -> relevant are IPN_UDP/
IPN_TCP
/IPN_ICMPQUERY that indicate if */
4348
/* flags -> relevant are IPN_UDP/
IPN_TCP
/IPN_ICMPQUERY that indicate if */
4598
if (np->nl_flags &
IPN_TCP
)
4823
nflags =
IPN_TCP
;
5307
nflags =
IPN_TCP
;
5741
if ((nflags &
IPN_TCP
) != 0)
5886
if ((nat->nat_flags &
IPN_TCP
) != 0)
8237
nflags =
IPN_TCP
;
[
all
...]
/src/libexec/identd/
ipf.c
59
nl.nl_flags =
IPN_TCP
| IPN_IN;
/src/external/bsd/ipf/dist/
ip_irc_pxy.c
405
nat2 = ipf_nat_outlookup(fin,
IPN_TCP
, nat->nat_pr[1], nat->nat_nsrcip,
427
NAT_SLAVE|
IPN_TCP
|SI_W_DPORT, NAT_OUTBOUND);
ip_nat6.c
1468
flags =
IPN_TCP
;
1632
flags =
IPN_TCP
;
1907
/* flags -> relevant are IPN_UDP/
IPN_TCP
/IPN_ICMPQUERY that indicate if */
2229
/* flags -> relevant are IPN_UDP/
IPN_TCP
/IPN_ICMPQUERY that indicate if */
2484
if (np->nl_flags &
IPN_TCP
)
2649
nflags =
IPN_TCP
;
3047
nflags =
IPN_TCP
;
/src/external/bsd/ipf/dist/samples/
relay.c
131
nl.nl_flags =
IPN_TCP
;
proxy.c
95
natlook.nl_flags =
IPN_TCP
;
/src/dist/pf/usr.sbin/ftp-proxy/
ipf.c
255
ipn->in_flags = IPN_FIXEDDPORT |
IPN_TCP
;
/src/external/bsd/ipf/dist/tools/
ipnat_y.y
409
nat->in_flags &= ~
IPN_TCP
;
1426
nat->in_flags |=
IPN_TCP
;
1431
nat->in_flags &= ~
IPN_TCP
;
1465
if ((nat->in_flags & (
IPN_TCP
|IPN_UDP)) == 0) {
/src/external/bsd/ipf/dist/l4check/
l4check.c
507
ipn->in_flags =
IPN_TCP
|IPN_ROUNDR;
Completed in 45 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026