Searched refs:outType (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkpi_socket.c1001 sock_gettype(socket_t sock, int *outDomain, int *outType, int *outProtocol) argument
1006 if (outType != NULL)
1007 *outType = sock->so_type;

Completed in 18 milliseconds