Searched refs:si_socktype (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/lib/libc/rpc/ |
| H A D | svc_generic.c | 251 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 D | rpc_generic.c | 541 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 D | clnt_bcast.c | 337 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 D | clnt_generic.c | 328 servtype = __rpc_socktype2seman(si.si_socktype); in clnt_tli_create()
|
| H A D | rpcb_clnt.c | 363 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 D | types.h | 114 int si_socktype; member
|
| /netbsd-src/usr.sbin/rpcbind/ |
| H A D | rpcbind.c | 360 hints.ai_socktype = si.si_socktype; in init_transport()
|
| H A D | rpcb_svc_com.c | 637 if (si.si_socktype != SOCK_DGRAM) in rpcbproc_callit_com()
|