Searched refs:PORT_ISAKMP_NATT (Results 1 – 3 of 3) sorted by relevance
70 #define PORT_ISAKMP_NATT 4500 /* rfc3948 */ macro1299 if (ntohs(uh.uh_dport) == PORT_ISAKMP_NATT || in if_ports_used_match_mbuf()1300 ntohs(uh.uh_sport) == PORT_ISAKMP_NATT) { in if_ports_used_match_mbuf()1421 if (ntohs(npi.npi_local_port) == PORT_ISAKMP_NATT || in if_ports_used_match_mbuf()1422 ntohs(npi.npi_foreign_port) == PORT_ISAKMP_NATT) { in if_ports_used_match_mbuf()1648 if (ntohs(npi.npi_local_port) == PORT_ISAKMP_NATT || in if_ports_used_match_pkt()1649 ntohs(npi.npi_foreign_port) == PORT_ISAKMP_NATT) { in if_ports_used_match_pkt()
1357 #define PORT_ISAKMP_NATT 4500 /* rfc3948 */ macro
3097 } else if (dport == PORT_ISAKMP_NATT && sport == PORT_ISAKMP_NATT) { in get_udp_trunc_len()