Searched refs:ip_qlen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c112 static int ip_qlen; /* queue length for listen(3SOCKET) */ variable
636 listen(fd, ip_qlen) != 0;
908 { "ip_qlen", FMD_TYPE_INT32, "32" },
976 ip_qlen = fmd_prop_get_int32(hdl, "ip_qlen");

Completed in 46 milliseconds