Home
last modified time | relevance | path

Searched refs:l_linger (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Doptions.c310 if (sscanf(value, "%d%c", &linger.l_linger, &junk) != 1 in linger_option()
311 || linger.l_linger < 0) in linger_option()
314 linger.l_onoff = (linger.l_linger != 0); in linger_option()
317 tcpd_warn("setsockopt SO_LINGER %d: %m", linger.l_linger); in linger_option()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c124 l.l_linger = 0; in frob_socket()
/freebsd/contrib/libevent/test/
H A Dbench_httpclient.c124 l.l_linger = 0; in frob_socket()
/freebsd/tools/regression/sockets/accf_data_attach/
H A Daccf_data_attach.c248 linger.l_linger = 0; in main()
/freebsd/crypto/openssl/apps/
H A Ds_time.c463 no_linger.l_linger = 0; in doConnection()
/freebsd/sys/sys/
H A Dsocket.h200 int l_linger; /* linger time */ member
/freebsd/sys/kern/
H A Duipc_socket.c3792 if (l.l_linger < 0 ||
3793 l.l_linger > USHRT_MAX ||
3794 l.l_linger > (INT_MAX / hz)) {
3799 so->so_linger = l.l_linger;
4069 l.l_linger = so->so_linger;
/freebsd/crypto/openssh/
H A Dsshd.c1292 .l_linger = 0 };
/freebsd/sys/dev/iscsi/
H A Discsi.c418 sl.l_linger = 0; /* timeout interval in seconds */ in iscsi_maintenance_thread_reconnect()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1644 l.l_linger = 0; in send_abort()
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c3602 ((struct linger *) optval)->l_linger = 0; in rgetsockopt()