Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c331 if (sscanf(value, "%d%c", &linger.l_linger, &junk) != 1
332 || linger.l_linger < 0)
335 linger.l_onoff = (linger.l_linger != 0);
338 tcpd_warn("setsockopt SO_LINGER %d: %m", linger.l_linger);
/illumos-gate/usr/src/uts/common/sys/
H A Dxti_xtiopt.h68 t_scalar_t l_linger; /* linger time */ member
H A Dsocket.h252 int l_linger; /* linger time */ member
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h177 int l_linger; /* linger time */ member
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c480 ling->l_linger = (int)optval; in __rpc_tli_set_options()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c880 so->so_linger.l_linger = l->l_linger; in sosdp_setsockopt()
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c607 l->l_linger); in show_sockopts()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c579 so->so_linger.l_linger = 0; in sonode_init()
H A Dsocktpi.c5498 so->so_linger.l_linger = l->l_linger; in sotpi_setsockopt()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c638 lgr->l_linger = connp->conn_lingertime; in conn_opt_get()
1124 connp->conn_lingertime = lgr->l_linger; in conn_opt_set_socket()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c364 linger.l_linger = 60; /* XXX */ in main()
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c365 linger.l_linger = 2; in do_standalone()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c571 ling.l_linger = 0; in init_server()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1279 lingerbuf.l_linger = 0; in source()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c7056 tcp->tcp_lingertime = lgr->l_linger; in tcp_opt_set()