Searched refs:SO_TYPE (Results 1 – 13 of 13) sorted by relevance
35 #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */ macro36 #define SO_STYLE SO_TYPE /* Synonym */
32 #define SO_TYPE 0x1008 macro33 #define SO_STYLE SO_TYPE
12 #define SO_TYPE 3 macro
26 #define SO_TYPE 3 macro
13 #define SO_TYPE 3 macro
26 #define SO_TYPE 0x1008 macro
33 #define SO_TYPE 0x1008 macro
28 #define SO_TYPE 0x1008 macro
141 #define SO_TYPE 3 macro
164 if (getsockopt(server_fd, SOL_SOCKET, SO_TYPE, &type, &optlen)) { in connect_to_fd()
871 case SO_TYPE: in sock_setsockopt()1353 case SO_TYPE: in sock_getsockopt()
754 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len); in connect_accept_thread()