Searched defs:natt_type (Results 1 - 3 of 3) 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)
H A Dpfkey.c384 struct sockaddr *dst, u_int8_t natt_type, u_int16_t sport,
434 if(natt_type||sport||dport){
478 if (natt_type) {
480 natt_type);
383 pfkey_send_getspi_nat(int so, u_int satype, u_int mode, struct sockaddr *src, struct sockaddr *dst, u_int8_t natt_type, u_int16_t sport, u_int16_t dport, u_int32_t min, u_int32_t max, u_int32_t reqid, u_int32_t seq) argument
/external/ipsec-tools/src/racoon/
H A Dpfkey.c901 u_int8_t natt_type = 0; local
957 natt_type = iph2->ph1->natt_options->encaps_type;
970 natt_type,

Completed in 98 milliseconds