Home
last modified time | relevance | path

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

/xnu-12377.1.9/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", "");
2702 if (mark_wake_packet_remote_port != 0 && in check_wake_mbuf()
2703 ntohs(th.th_sport) != mark_wake_packet_remote_port) { in check_wake_mbuf()
2720 if (mark_wake_packet_remote_port != 0 && in check_wake_mbuf()
2721 ntohs(uh.uh_sport) != mark_wake_packet_remote_port) { in check_wake_mbuf()
2755 if (mark_wake_packet_remote_port != 0 && in check_wake_pkt()
2756 ntohs(th->th_sport) != mark_wake_packet_remote_port) { in check_wake_pkt()
2769 if (mark_wake_packet_remote_port != 0 && in check_wake_pkt()
2770 ntohs(uh->uh_sport) != mark_wake_packet_remote_port) { in check_wake_pkt()