Searched refs:PF_IKE_PORT (Results 1 – 1 of 1) sorted by relevance
735 static const u_int16_t PF_IKE_PORT = 500; variable3572 if (ntohs(sxport->port) == PF_IKE_PORT) { in pf_get_sport()5625 if (ntohs(pd->hdr.udp->uh_sport) == PF_IKE_PORT && in pf_test_rule()5626 ntohs(pd->hdr.udp->uh_dport) == PF_IKE_PORT) { in pf_test_rule()5782 if (ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_rule()5783 ntohs(uh->uh_dport) == PF_IKE_PORT && in pf_test_rule()6067 ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_rule()6068 ntohs(uh->uh_dport) == PF_IKE_PORT) { in pf_test_rule()7678 if (ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_state_udp()7679 ntohs(uh->uh_dport) == PF_IKE_PORT) { in pf_test_state_udp()[all …]