Searched refs:outDomain (Results 1 – 1 of 1) sorted by relevance
1167 sock_gettype(socket_t sock, int *outDomain, int *outType, int *outProtocol) in sock_gettype() argument1170 if (outDomain != NULL) { in sock_gettype()1171 *outDomain = SOCK_DOM(sock); in sock_gettype()