OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:natt_type
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/netipsec/
keydb.h
143
u_int16_t
natt_type
;
member in struct:secasvar
ipsec_output.c
162
if (sav->
natt_type
!= 0) {
213
if (sav->
natt_type
!= 0)
231
if (sav->
natt_type
!= 0) {
524
if (!(sav->
natt_type
& UDP_ENCAP_ESPINUDP)) {
ipsecif.c
203
if (!(sav->
natt_type
& UDP_ENCAP_ESPINUDP)) {
key.c
4001
m = key_setsadbxtype(sav->
natt_type
);
4005
if (sav->
natt_type
== 0)
4013
if (sav->
natt_type
== 0)
4022
if (sav->
natt_type
== 0 || sav->esp_frag == IP_MAXPACKET)
5655
sav->
natt_type
= type->sadb_x_nat_t_type_type;
/src/crypto/dist/ipsec-tools/src/libipsec/
pfkey_dump.c
256
struct sadb_x_nat_t_type *
natt_type
;
local
298
natt_type
= (void *)mhp[SADB_X_EXT_NAT_T_TYPE];
306
if (
natt_type
&&
natt_type
->sadb_x_nat_t_type_type)
pfkey.c
370
struct sockaddr *dst, u_int8_t
natt_type
, u_int16_t sport,
420
if(
natt_type
||sport||dport){
464
if (
natt_type
) {
466
natt_type
);
/src/crypto/dist/ipsec-tools/src/setkey/
parse.y
1443
struct sadb_x_nat_t_type
natt_type
;
1446
memset(&
natt_type
, 0, len);
1447
natt_type
.sadb_x_nat_t_type_len = PFKEY_UNIT64(len);
1448
natt_type
.sadb_x_nat_t_type_exttype = SADB_X_EXT_NAT_T_TYPE;
1449
natt_type
.sadb_x_nat_t_type_type = p_natt_type;
1451
memcpy(buf + l, &
natt_type
, len);
/src/crypto/dist/ipsec-tools/src/racoon/
pfkey.c
880
uint8_t
natt_type
= 0;
local
936
natt_type
= iph2->ph1->natt_options->encaps_type;
949
natt_type
,
Completed in 25 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026