Searched refs:natt_type (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/libipsec/
H A Dpfkey_dump.c254 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/
H A Disakmp_inf.c1143 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

Completed in 85 milliseconds