Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Dsvc_generic.c251 if (si.si_socktype != SOCK_DGRAM && in svc_tli_create()
265 if (si.si_socktype != SOCK_DGRAM && in svc_tli_create()
276 switch (si.si_socktype) { in svc_tli_create()
298 warnx("%s: bad service type %u", __func__, si.si_socktype); in svc_tli_create()
310 xprt->xp_type = __rpc_socktype2seman(si.si_socktype); in svc_tli_create()
H A Drpc_generic.c541 sip->si_socktype = type; in __rpc_fd2sockinfo()
561 sip->si_socktype = in __rpc_nconf2sockinfo()
563 if (sip->si_socktype == -1) in __rpc_nconf2sockinfo()
582 return socket(si.si_af, si.si_socktype, si.si_proto); in __rpc_nconf2fd()
H A Dclnt_bcast.c337 if (__rpc_getbroadifs(si.si_af, si.si_proto, si.si_socktype, in rpc_broadcast_exp()
341 fd = socket(si.si_af, si.si_socktype, si.si_proto); in rpc_broadcast_exp()
H A Dclnt_generic.c328 servtype = __rpc_socktype2seman(si.si_socktype); in clnt_tli_create()
H A Drpcb_clnt.c363 hints.ai_socktype = si.si_socktype; in getclnthandle()
368 nconf->nc_netid, si.si_af, si.si_proto, si.si_socktype); in getclnthandle()
/netbsd-src/common/include/rpc/
H A Dtypes.h114 int si_socktype; member
/netbsd-src/usr.sbin/rpcbind/
H A Drpcbind.c360 hints.ai_socktype = si.si_socktype; in init_transport()
H A Drpcb_svc_com.c637 if (si.si_socktype != SOCK_DGRAM) in rpcbproc_callit_com()