Home
last modified time | relevance | path

Searched refs:IPPORT_IKE_NATT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1354 remote == htons(IPPORT_IKE_NATT)) || in esp_port_freshness()
2117 assoc->ipsa_local_nat_port : htons(IPPORT_IKE_NATT); in ipsecesp_send_keepalive()
2119 assoc->ipsa_remote_nat_port : htons(IPPORT_IKE_NATT); in ipsecesp_send_keepalive()
2566 assoc->ipsa_local_nat_port : htons(IPPORT_IKE_NATT); in esp_outbound()
2568 assoc->ipsa_remote_nat_port : htons(IPPORT_IKE_NATT); in esp_outbound()
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h237 #define IPPORT_IKE_NATT 4500 macro