Searched defs:connmgr_setopt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c396 static bool_t connmgr_setopt(queue_t *, int, int, calllist_t *, cred_t *cr);
2789 (void) connmgr_setopt(wq, IPPROTO_TCP, TCP_NODELAY, e, cr);
2960 RPCLOG0(1, "connmgr_setopt: cannot alloc mp for option "
3010 RPCLOG(1, "connmgr_setopt: can't set option: %d\n", name);
3013 RPCLOG(8, "connmgr_setopt: successfully set option: %d\n", name);
3018 connmgr_setopt(queue_t *wq, int level, int name, calllist_t *e, cred_t *cr) function

Completed in 52 milliseconds