Home
last modified time | relevance | path

Searched refs:ipsa_remote_nat_port (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1595 (assoc->ipsa_remote_nat_port == 0 && in esp_port_freshness()
1597 remote == assoc->ipsa_remote_nat_port) in esp_port_freshness()
1622 outbound_peer->ipsa_remote_nat_port = assoc->ipsa_remote_nat_port = in esp_port_freshness()
2361 udpha->uha_dst_port = (assoc->ipsa_remote_nat_port != 0) ? in ipsecesp_send_keepalive()
2362 assoc->ipsa_remote_nat_port : htons(IPPORT_IKE_NATT); in ipsecesp_send_keepalive()
2809 udpha->uha_dst_port = (assoc->ipsa_remote_nat_port != 0) ? in esp_outbound()
2810 assoc->ipsa_remote_nat_port : htons(IPPORT_IKE_NATT); in esp_outbound()
H A Dsadb.c1342 fam, &ipsa->ipsa_natt_addr_rem, ipsa->ipsa_remote_nat_port, in sadb_sa2msg()
2803 newbie->ipsa_remote_nat_port = natt_rem->sin_port; in sadb_nat_calculations()
/titanic_44/usr/src/uts/common/inet/
H A Dsadb.h273 uint16_t ipsa_remote_nat_port; /* The other port that isn't 4500 */ member