Home
last modified time | relevance | path

Searched refs:SO_LINGER (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsocket.h132 #define SO_LINGER 0x00000080 /* linger on close if data present */ macro
/f-stack/freebsd/kern/
H A Duipc_debug.c113 if (so_options & SO_LINGER) { in db_print_sooptions()
H A Duipc_socket.c1198 if ((so->so_options & SO_LINGER) != 0 && so->so_linger != 0) {
3015 case SO_LINGER:
3028 so->so_options |= SO_LINGER;
3030 so->so_options &= ~SO_LINGER;
3246 case SO_LINGER:
3248 l.l_onoff = so->so_options & SO_LINGER;
/f-stack/freebsd/sys/
H A Dsocket.h138 #define SO_LINGER 0x00000080 /* linger on close if data present */ macro
/f-stack/lib/
H A Dff_syscall_wrapper.c360 return SO_LINGER; in so_opt_convert()
/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c207 if ((so->so_options & SO_LINGER) && so->so_linger == 0) in tcp_usr_attach()
2669 } else if ((so->so_options & SO_LINGER) && so->so_linger == 0) { in tcp_disconnect()
H A Dsctp_usrreq.c536 if (((so->so_options & SO_LINGER) && (so->so_linger == 0)) || in sctp_close()
703 if (((so->so_options & SO_LINGER) && in sctp_disconnect()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c3632 if (setsockopt(r->connection->fd, SOL_SOCKET, SO_LINGER, in ngx_http_free_request()