Searched refs:SO_TYPE (Results 1 – 9 of 9) sorted by relevance
35 #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */ macro36 #define SO_STYLE SO_TYPE /* Synonym */
28 #define SO_TYPE 0x1008 macro
33 #define SO_TYPE 0x1008 macro
13 #define SO_TYPE 3 macro
26 #define SO_TYPE 0x1008 macro
336 if (getsockopt(server_fd, SOL_SOCKET, SO_TYPE, &type, &optlen)) { in connect_to_fd_opts()
1232 case SO_TYPE: in sk_setsockopt()1765 case SO_TYPE: in sk_getsockopt()
506 err = xgetsockopt(s, SOL_SOCKET, SO_TYPE, &socktype, &len); in connect_accept_thread()