Searched refs:__rpc_tli_set_options (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c286 ret = __rpc_tli_set_options(fd, IPPROTO_IPV6,
299 ret = __rpc_tli_set_options(fd, IPPROTO_IP,
332 (void) __rpc_tli_set_options(fd, SOL_SOCKET,
335 (void) __rpc_tli_set_options(fd, SOL_SOCKET,
355 if (__rpc_tli_set_options(fd, SOL_SOCKET,
407 ret = __rpc_tli_set_options(fd, IPPROTO_IPV6,
420 ret = __rpc_tli_set_options(fd, IPPROTO_IP,
H A Dti_opts.c94 __rpc_tli_set_options(fd, SOL_SOCKET, SO_RECVUCRED, 1) == -1) {
449 __rpc_tli_set_options(int fd, int optlevel, int optname, int optval) function
564 ret = __rpc_tli_set_options(fd, SOL_SOCKET, SO_MAC_EXEMPT, 1);
H A Dclnt_dg.c158 * __rpc_tli_set_options() as SO_DGRAM_ERRIND is only relevant to
163 (void) __rpc_tli_set_options(fd, SOL_SOCKET, SO_DGRAM_ERRIND,

Completed in 29 milliseconds