Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1596 remote == htons(IPPORT_IKE_NATT)) || in esp_port_freshness()
2360 assoc->ipsa_local_nat_port : htons(IPPORT_IKE_NATT); in ipsecesp_send_keepalive()
2362 assoc->ipsa_remote_nat_port : htons(IPPORT_IKE_NATT); in ipsecesp_send_keepalive()
2808 assoc->ipsa_local_nat_port : htons(IPPORT_IKE_NATT); in esp_outbound()
2810 assoc->ipsa_remote_nat_port : htons(IPPORT_IKE_NATT); in esp_outbound()
/titanic_41/usr/src/uts/common/netinet/
H A Din.h233 #define IPPORT_IKE_NATT 4500 macro