Searched refs:linger (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libc/inc/ |
H A D | thread_pool.h | 45 uint_t linger, pthread_attr_t *attr);
|
/osnet-11/usr/src/lib/libwrap/ |
H A D | options.c | 86 static void linger_option(); /* execute "linger time" option */ 123 "linger", linger_option, NEED_ARG, 322 /* linger_option - set the socket linger time (Marc Boucher <marc@cam.org>) */ 330 struct linger linger; local 333 if (sscanf(value, "%d%c", &linger.l_linger, &junk) != 1 334 || linger.l_linger < 0) 335 tcpd_jump("bad linger value: \"%s\"", value); 337 linger.l_onoff = (linger [all...] |
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | ti_opts.c | 460 struct linger *ling; 462 ling = (struct linger *) 465 optsz = sizeof (struct linger); 470 struct linger *ling; 472 ling = (struct linger *) 476 optsz = sizeof (struct linger);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | closure.t | 594 sub linger { subroutine 604 linger(\$watch);
|
/osnet-11/usr/src/lib/libc/port/tpool/ |
H A D | thread_pool.c | 236 tpool_create(uint_t min_threads, uint_t max_threads, uint_t linger, argument 281 tpool->tp_linger = linger;
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sendto_kdc.c | 734 static const struct linger lopt = { 0, 0 };
|
Completed in 81 milliseconds