Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1353 (assoc->ipsa_remote_nat_port == 0 && in esp_port_freshness()
1355 remote == assoc->ipsa_remote_nat_port) in esp_port_freshness()
1380 outbound_peer->ipsa_remote_nat_port = assoc->ipsa_remote_nat_port = in esp_port_freshness()
2118 udpha->uha_dst_port = (assoc->ipsa_remote_nat_port != 0) ? in ipsecesp_send_keepalive()
2119 assoc->ipsa_remote_nat_port : htons(IPPORT_IKE_NATT); in ipsecesp_send_keepalive()
2567 udpha->uha_dst_port = (assoc->ipsa_remote_nat_port != 0) ? in esp_outbound()
2568 assoc->ipsa_remote_nat_port : htons(IPPORT_IKE_NATT); in esp_outbound()
H A Dsadb.c1347 fam, &ipsa->ipsa_natt_addr_rem, ipsa->ipsa_remote_nat_port, in sadb_sa2msg()
2819 newbie->ipsa_remote_nat_port = natt_rem->sin_port; in sadb_nat_calculations()
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h275 uint16_t ipsa_remote_nat_port; /* The other port that isn't 4500 */ member