Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp.c1304 uint32_t necp_flags, __unused bool *viable) in mptcp_session_necp_cb() argument
1306 boolean_t has_v4 = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_HAS_IPV4); in mptcp_session_necp_cb()
1307 boolean_t has_v6 = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_HAS_IPV6); in mptcp_session_necp_cb()
1308 boolean_t has_nat64 = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_HAS_NAT64); in mptcp_session_necp_cb()
1309 boolean_t low_power = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_INTERFACE_LOW_POWER); in mptcp_session_necp_cb()
H A Dmptcp_subr.c1397 uint32_t necp_flags, bool *viable) in mptcp_subflow_necp_cb() argument
1399 boolean_t low_power = !!(necp_flags & NECP_CLIENT_RESULT_FLAG_INTERFACE_LOW_POWER); in mptcp_subflow_necp_cb()
/xnu-12377.1.9/bsd/net/
H A Dnecp.h1658 …nt_flow_cb)(void *handle, int action, uint32_t interface_index, uint32_t necp_flags, bool *viable);