Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/kern/
H A Dkpi_socket.c1226 sock_gettype(socket_t sock, int *outDomain, int *outType, int *outProtocol) in sock_gettype() argument
1235 if (outProtocol != NULL) { in sock_gettype()
1236 *outProtocol = SOCK_PROTO(sock); in sock_gettype()