Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/net/ !
H A Dnecp.h888 #define NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID 0x02 // Register the client ID rather th… macro
H A Dnecp_client.c1313 …id_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID) ? in necp_defunct_flow_registration()
1629 ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID) ? in necp_destroy_client_flow_registration()
4962 …id_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID) ? in necp_defunct_client_fd_locked_inner()
8512 ((new_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID) ? in necp_client_add_flow()
8597 ((new_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID) ? in necp_client_add_flow()
8746 …_registration->flags = (NECP_CLIENT_FLOW_FLAGS_ALLOW_NEXUS | NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID); in necp_client_request_nexus()
8754 ((new_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID) ? in necp_client_request_nexus()