HomeSort by: relevance | last modified time | path
    Searched refs:si_socktype (Results 1 - 8 of 8) sorted by relevancy

  /src/common/include/rpc/
types.h 114 int si_socktype; member in struct:__rpc_sockinfo
  /src/lib/libc/rpc/
svc_generic.c 251 if (si.si_socktype != SOCK_DGRAM &&
265 if (si.si_socktype != SOCK_DGRAM &&
276 switch (si.si_socktype) {
298 warnx("%s: bad service type %u", __func__, si.si_socktype);
310 xprt->xp_type = __rpc_socktype2seman(si.si_socktype);
rpc_generic.c 541 sip->si_socktype = type;
561 sip->si_socktype =
563 if (sip->si_socktype == -1)
582 return socket(si.si_af, si.si_socktype, si.si_proto);
clnt_generic.c 328 servtype = __rpc_socktype2seman(si.si_socktype);
clnt_bcast.c 337 if (__rpc_getbroadifs(si.si_af, si.si_proto, si.si_socktype,
341 fd = socket(si.si_af, si.si_socktype, si.si_proto);
rpcb_clnt.c 363 hints.ai_socktype = si.si_socktype;
368 nconf->nc_netid, si.si_af, si.si_proto, si.si_socktype);
  /src/usr.sbin/rpcbind/
rpcbind.c 360 hints.ai_socktype = si.si_socktype;
rpcb_svc_com.c 637 if (si.si_socktype != SOCK_DGRAM)

Completed in 30 milliseconds