Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_cots.c392 static bool_t connmgr_getopt_int(queue_t *wq, int level, int name, int *val,
2607 ok = connmgr_getopt_int(wq, SOL_SOCKET, SO_RCVBUF, &val, e, cr); in connmgr_setbufsz()
2615 ok = connmgr_getopt_int(wq, SOL_SOCKET, SO_SNDBUF, &val, e, cr); in connmgr_setbufsz()
2861 connmgr_getopt_int(queue_t *wq, int level, int name, int *val, in connmgr_getopt_int() function