Searched refs:connmgr_setopt_int (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 396 static bool_t connmgr_setopt_int(queue_t *wq, int level, int name, int val, 2607 ok = connmgr_setopt_int(wq, SOL_SOCKET, SO_RCVBUF, in connmgr_setbufsz() 2615 ok = connmgr_setopt_int(wq, SOL_SOCKET, SO_SNDBUF, in connmgr_setbufsz() 2948 connmgr_setopt_int(queue_t *wq, int level, int name, int val, in connmgr_setopt_int() function 3020 return (connmgr_setopt_int(wq, level, name, 1, e, cr)); in connmgr_setopt()
|