Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dnecp.h1291 extern bool necp_get_is_keepalive_from_packet(struct mbuf *packet);
H A Dnecp.c9636 if (necp_pass_keepalives > 0 && necp_get_is_keepalive_from_packet(packet)) { in necp_output_bypass()
11445 necp_get_is_keepalive_from_packet(struct mbuf *packet) in necp_get_is_keepalive_from_packet() function