Searched refs:outType (Results 1 – 1 of 1) sorted by relevance
1226 sock_gettype(socket_t sock, int *outDomain, int *outType, int *outProtocol) in sock_gettype() argument1232 if (outType != NULL) { in sock_gettype()1233 *outType = sock->so_type; in sock_gettype()