Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_cots.c394 static bool_t connmgr_setopt_int(queue_t *wq, int level, int name, int val,
2609 ok = connmgr_setopt_int(wq, SOL_SOCKET, SO_RCVBUF, in connmgr_setbufsz()
2617 ok = connmgr_setopt_int(wq, SOL_SOCKET, SO_SNDBUF, in connmgr_setbufsz()
2950 connmgr_setopt_int(queue_t *wq, int level, int name, int val, in connmgr_setopt_int() function
3022 return (connmgr_setopt_int(wq, level, name, 1, e, cr)); in connmgr_setopt()