Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dnecp.h1473 extern bool necp_get_is_keepalive_from_packet(struct mbuf *packet);
H A Dnecp.c10819 if (necp_pass_keepalives > 0 && necp_get_is_keepalive_from_packet(packet)) { in necp_output_bypass()
12952 necp_get_is_keepalive_from_packet(struct mbuf *packet) in necp_get_is_keepalive_from_packet() function