Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp.c1295 uint32_t necp_flags, __unused bool *viable) in mptcp_session_necp_cb() argument
1297 boolean_t has_v4 = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_HAS_IPV4); in mptcp_session_necp_cb()
1298 boolean_t has_v6 = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_HAS_IPV6); in mptcp_session_necp_cb()
1299 boolean_t has_nat64 = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_HAS_NAT64); in mptcp_session_necp_cb()
1300 boolean_t low_power = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_INTERFACE_LOW_POWER); in mptcp_session_necp_cb()
H A Dmptcp_subr.c1391 uint32_t necp_flags, bool *viable) in mptcp_subflow_necp_cb() argument
1393 boolean_t low_power = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_INTERFACE_LOW_POWER); in mptcp_subflow_necp_cb()
/xnu-11215.81.4/bsd/net/
H A Dnecp.h1630 …nt_flow_cb)(void *handle, int action, uint32_t interface_index, uint32_t necp_flags, bool *viable);