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

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h214 #define SO_TYPE 0x1008 /* get socket type */ macro
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsocket_tests.c428 my_err = getsockopt( my_sockets[0], SOL_SOCKET, SO_TYPE, &my_buffer[0], &my_socklen);
430 printf( "getsockopt - SO_TYPE - failed with errno %d - %s \n", errno, strerror( errno ) );
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c3513 case SO_TYPE:

Completed in 28 milliseconds