OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:natt_type
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/libipsec/
pfkey_dump.c
254
struct sadb_x_nat_t_type *
natt_type
;
local
293
natt_type
= (void *)mhp[SADB_X_EXT_NAT_T_TYPE];
298
if (
natt_type
&&
natt_type
->sadb_x_nat_t_type_type)
/external/ipsec-tools/src/racoon/
isakmp_inf.c
1143
struct sadb_x_nat_t_type *
natt_type
;
1199
natt_type
= (void *)mhp[SADB_X_EXT_NAT_T_TYPE];
1200
if (
natt_type
&&
natt_type
->sadb_x_nat_t_type_type) {
1230
if (
natt_type
== NULL ||
1231
!
natt_type
->sadb_x_nat_t_type_type) {
1142
struct sadb_x_nat_t_type *
natt_type
;
local
[
all
...]
Completed in 150 milliseconds