Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/net/
H A Dnecp.h753 #define NECP_CLIENT_RESULT_FLAG_INTERFACE_LOW_POWER 0x4000 // Interface is in low-powe… macro
762 …LT_FLAG_HAS_IPV6 | NECP_CLIENT_RESULT_FLAG_HAS_NAT64 | NECP_CLIENT_RESULT_FLAG_INTERFACE_LOW_POWER)
H A Dnecp.c7864 *flags |= NECP_CLIENT_RESULT_FLAG_INTERFACE_LOW_POWER; in necp_application_find_policy_match_internal()
/xnu-10002.61.3/bsd/netinet/
H A Dmptcp.c1298 boolean_t low_power = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_INTERFACE_LOW_POWER); in mptcp_session_necp_cb()
H A Dmptcp_subr.c1392 boolean_t low_power = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_INTERFACE_LOW_POWER); in mptcp_subflow_necp_cb()