Home
last modified time | relevance | path

Searched refs:l_onoff (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsocket.h193 int l_onoff; /* option on/off */ member
/f-stack/freebsd/sys/
H A Dsocket.h199 int l_onoff; /* option on/off */ member
/f-stack/freebsd/kern/
H A Duipc_socket.c3027 if (l.l_onoff)
3248 l.l_onoff = so->so_options & SO_LINGER;
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c3629 linger.l_onoff = 1; in ngx_http_free_request()