Searched refs:PF_IKE_PORT (Results 1 – 1 of 1) sorted by relevance
727 static const u_int16_t PF_IKE_PORT = 500; variable3556 if (ntohs(sxport->port) == PF_IKE_PORT) { in pf_get_sport()5608 if (ntohs(pf_pd_get_hdr_udp(pd)->uh_sport) == PF_IKE_PORT && in pf_test_rule()5609 ntohs(pf_pd_get_hdr_udp(pd)->uh_dport) == PF_IKE_PORT) { in pf_test_rule()5765 if (ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_rule()5766 ntohs(uh->uh_dport) == PF_IKE_PORT && in pf_test_rule()6050 ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_rule()6051 ntohs(uh->uh_dport) == PF_IKE_PORT) { in pf_test_rule()7661 if (ntohs(uh->uh_sport) == PF_IKE_PORT && in pf_test_state_udp()7662 ntohs(uh->uh_dport) == PF_IKE_PORT) { in pf_test_state_udp()[all …]