Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dif_ports_used.c70 #define PORT_ISAKMP_NATT 4500 /* rfc3948 */ macro
1411 if (ntohs(uh.uh_dport) == PORT_ISAKMP_NATT || in if_ports_used_match_mbuf()
1412 ntohs(uh.uh_sport) == PORT_ISAKMP_NATT) { in if_ports_used_match_mbuf()
1555 if (ntohs(npi.npi_local_port) == PORT_ISAKMP_NATT || in if_ports_used_match_mbuf()
1556 ntohs(npi.npi_foreign_port) == PORT_ISAKMP_NATT) { in if_ports_used_match_mbuf()
1813 if (ntohs(npi.npi_local_port) == PORT_ISAKMP_NATT || in if_ports_used_match_pkt()
1814 ntohs(npi.npi_foreign_port) == PORT_ISAKMP_NATT) { in if_ports_used_match_pkt()
H A Dbpf.h1430 #define PORT_ISAKMP_NATT 4500 /* rfc3948 */ macro
H A Dbpf.c3309 } else if (dport == PORT_ISAKMP_NATT && sport == PORT_ISAKMP_NATT) { in get_udp_trunc_len()