Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_select_module.c378 if (getsockopt(s, SOL_SOCKET, SO_TYPE, &n, &len) == -1) { in ngx_select_repair_fd_sets()
396 if (getsockopt(s, SOL_SOCKET, SO_TYPE, &n, &len) == -1) { in ngx_select_repair_fd_sets()
H A Dngx_win32_select_module.c368 if (getsockopt(s, SOL_SOCKET, SO_TYPE, (char *) &n, &len) == -1) { in ngx_select_repair_fd_sets()
383 if (getsockopt(s, SOL_SOCKET, SO_TYPE, (char *) &n, &len) == -1) { in ngx_select_repair_fd_sets()
/f-stack/tools/compat/include/sys/
H A Dsocket.h155 #define SO_TYPE 0x1008 /* get socket type */ macro
/f-stack/freebsd/sys/
H A Dsocket.h161 #define SO_TYPE 0x1008 /* get socket type */ macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.c263 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_TYPE, (void *) &ls[i].type, in ngx_set_inherited_sockets()
/f-stack/freebsd/kern/
H A Duipc_socket.c3278 case SO_TYPE: