Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dpf.c714 static const u_int16_t PF_IKE_PORT = 500; variable
3458 if (ntohs(sxport->port) == PF_IKE_PORT) { in pf_get_sport()
5489 if (ntohs(pd->hdr.udp->uh_sport) == PF_IKE_PORT && in pf_test_rule()
5490 ntohs(pd->hdr.udp->uh_dport) == PF_IKE_PORT) { in pf_test_rule()
5647 if (ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_rule()
5648 ntohs(uh->uh_dport) == PF_IKE_PORT && in pf_test_rule()
5912 ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_rule()
5913 ntohs(uh->uh_dport) == PF_IKE_PORT) { in pf_test_rule()
7519 if (ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_state_udp()
7520 ntohs(uh->uh_dport) == PF_IKE_PORT) { in pf_test_state_udp()
[all …]