Searched refs:SO_TYPE (Results 1 – 7 of 7) sorted by relevance
11 #define SO_TYPE 3 macro
616 #ifdef SO_TYPE617 { SO_TYPE, "SO_TYPE" },
99 #define SO_TYPE 0x1008 /* get socket type */ macro
386 #define SO_TYPE 0x1008 /* get socket type */ macro
1090 int so_type = socket_getoption(fd, SOL_SOCKET, SO_TYPE, -1); in socket_get_type()
1753 if(getsockopt(fd, SOL_SOCKET, SO_TYPE, (char *)&so_type, in net_socket_fd_init()