Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkpi_socket.c1167 sock_gettype(socket_t sock, int *outDomain, int *outType, int *outProtocol) in sock_gettype() argument
1173 if (outType != NULL) { in sock_gettype()
1174 *outType = sock->so_type; in sock_gettype()