Searched refs:SO_TYPE (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_select_module.c | 378 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 D | ngx_win32_select_module.c | 368 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 D | socket.h | 155 #define SO_TYPE 0x1008 /* get socket type */ macro
|
| /f-stack/freebsd/sys/ |
| H A D | socket.h | 161 #define SO_TYPE 0x1008 /* get socket type */ macro
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_connection.c | 263 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_TYPE, (void *) &ls[i].type, in ngx_set_inherited_sockets()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_socket.c | 3278 case SO_TYPE:
|