Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c394 static bool_t connmgr_getopt_int(queue_t *wq, int level, int name, int *val,
2605 ok = connmgr_getopt_int(wq, SOL_SOCKET, SO_RCVBUF, &val, e, cr); in connmgr_setbufsz()
2613 ok = connmgr_getopt_int(wq, SOL_SOCKET, SO_SNDBUF, &val, e, cr); in connmgr_setbufsz()
2859 connmgr_getopt_int(queue_t *wq, int level, int name, int *val, in connmgr_getopt_int() function