Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dnecp.h1323 extern errno_t necp_get_socket_attributes(struct inp_necp_attributes *attributes, struct sockopt *s…
H A Dnecp_client.c10470 necp_get_socket_attributes(struct inp_necp_attributes *attributes, struct sockopt *sopt) in necp_get_socket_attributes() function
/xnu-8796.141.3/bsd/kern/
H A Duipc_socket.c6362 error = necp_get_socket_attributes(&sotoinpcb(so)->inp_necp_attributes, sopt); in sogetoptlock()