OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPSEC_PORT_ANY
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netipsec/
ipsec.h
162
#define
IPSEC_PORT_ANY
0
ipsec_output.c
293
u_int16_t natt_src =
IPSEC_PORT_ANY
;
294
u_int16_t natt_dst =
IPSEC_PORT_ANY
;
ipsec.c
946
spidx->src.sin.sin_port =
IPSEC_PORT_ANY
;
947
spidx->dst.sin.sin_port =
IPSEC_PORT_ANY
;
996
((struct sockaddr_in6 *)&spidx->src)->sin6_port =
IPSEC_PORT_ANY
;
997
((struct sockaddr_in6 *)&spidx->dst)->sin6_port =
IPSEC_PORT_ANY
;
key.c
4703
if (spidx0->src.sin.sin_port !=
IPSEC_PORT_ANY
&&
4715
if (spidx0->src.sin6.sin6_port !=
IPSEC_PORT_ANY
&&
4747
if (spidx0->dst.sin.sin_port !=
IPSEC_PORT_ANY
&&
4759
if (spidx0->dst.sin6.sin6_port !=
IPSEC_PORT_ANY
&&
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026