Lines Matching refs:PF_IKE_PORT
734 static const u_int16_t PF_IKE_PORT = 500; variable
3515 if (ntohs(sxport->port) == PF_IKE_PORT) { in pf_get_sport()
5569 if (ntohs(pd->hdr.udp->uh_sport) == PF_IKE_PORT && in pf_test_rule()
5570 ntohs(pd->hdr.udp->uh_dport) == PF_IKE_PORT) { in pf_test_rule()
5726 if (ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_rule()
5727 ntohs(uh->uh_dport) == PF_IKE_PORT && in pf_test_rule()
6011 ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_rule()
6012 ntohs(uh->uh_dport) == PF_IKE_PORT) { in pf_test_rule()
7622 if (ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_state_udp()
7623 ntohs(uh->uh_dport) == PF_IKE_PORT) { in pf_test_state_udp()
8337 if (ntohs(uh.uh_sport) == PF_IKE_PORT && in pf_test_state_icmp()
8338 ntohs(uh.uh_dport) == PF_IKE_PORT) { in pf_test_state_icmp()