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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c742 static const u_int16_t PF_IKE_PORT = 500; variable
3236 if (ntohs(sxport->port) == PF_IKE_PORT) {
4677 if (ntohs(pd->hdr.udp->uh_sport) == PF_IKE_PORT &&
4678 ntohs(pd->hdr.udp->uh_dport) == PF_IKE_PORT) {
4778 if (ntohs(uh->uh_sport) == PF_IKE_PORT &&
4779 ntohs(uh->uh_dport) == PF_IKE_PORT &&
5016 ntohs(uh->uh_sport) == PF_IKE_PORT &&
5017 ntohs(uh->uh_dport) == PF_IKE_PORT) {
6400 if (ntohs(uh->uh_sport) == PF_IKE_PORT &&
6401 ntohs(uh->uh_dport) == PF_IKE_PORT) {
[all...]

Completed in 127 milliseconds