Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_ports_used.c151 static int mark_wake_packet_remote_port = 0; variable
154 &mark_wake_packet_remote_port, 0, &sysctl_mark_wake_packet_port, "I", "");
2726 if (mark_wake_packet_remote_port != 0 && in check_wake_mbuf()
2727 ntohs(th.th_sport) != mark_wake_packet_remote_port) { in check_wake_mbuf()
2744 if (mark_wake_packet_remote_port != 0 && in check_wake_mbuf()
2745 ntohs(uh.uh_sport) != mark_wake_packet_remote_port) { in check_wake_mbuf()
2779 if (mark_wake_packet_remote_port != 0 && in check_wake_pkt()
2780 ntohs(th->th_sport) != mark_wake_packet_remote_port) { in check_wake_pkt()
2793 if (mark_wake_packet_remote_port != 0 && in check_wake_pkt()
2794 ntohs(uh->uh_sport) != mark_wake_packet_remote_port) { in check_wake_pkt()