Searched refs:si_socktype (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/rpc/ |
H A D | svc_generic.c | 269 switch (si.si_socktype) { in svc_tli_create() 305 xprt->xp_type = __rpc_socktype2seman(si.si_socktype); in svc_tli_create()
|
H A D | types.h | 111 int si_socktype; member
|
H A D | rpc_generic.c | 223 sip->si_socktype = type; in __rpc_socket2sockinfo() 242 sip->si_socktype = in __rpc_nconf2sockinfo() 244 if (sip->si_socktype == -1) in __rpc_nconf2sockinfo() 264 error = socreate(si.si_af, &so, si.si_socktype, si.si_proto, in __rpc_nconf2socket()
|
H A D | rpcb_clnt.c | 338 hints.ai_socktype = si.si_socktype; 343 nconf->nc_netid, si.si_af, si.si_proto, si.si_socktype);
|
/freebsd/lib/libc/rpc/ |
H A D | svc_generic.c | 260 switch (si.si_socktype) { in svc_tli_create() 294 xprt->xp_type = __rpc_socktype2seman(si.si_socktype); in svc_tli_create()
|
H A D | rpc_generic.c | 482 sip->si_socktype = type; in __rpc_fd2sockinfo() 501 sip->si_socktype = in __rpc_nconf2sockinfo() 503 if (sip->si_socktype == -1) in __rpc_nconf2sockinfo() 520 return _socket(si.si_af, si.si_socktype, si.si_proto); in __rpc_nconf2fd()
|
H A D | clnt_bcast.c | 317 if (__rpc_getbroadifs(si.si_af, si.si_proto, si.si_socktype, in rpc_broadcast_exp() 321 fd = _socket(si.si_af, si.si_socktype, si.si_proto); in rpc_broadcast_exp()
|
H A D | clnt_generic.c | 356 servtype = __rpc_socktype2seman(si.si_socktype); in clnt_tli_create()
|
H A D | rpcb_clnt.c | 325 hints.ai_socktype = si.si_socktype; in getclnthandle() 330 nconf->nc_netid, si.si_af, si.si_proto, si.si_socktype); in getclnthandle()
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_main.c | 268 hints.ai_socktype = si->si_socktype; in create_service() 508 _rpcfdtype = si.si_socktype; in main() 541 if (si.si_socktype != _rpcfdtype || in main()
|
/freebsd/usr.sbin/rpc.statd/ |
H A D | statd.c | 356 hints.ai_socktype = si.si_socktype; in create_service() 584 hints.ai_socktype = si.si_socktype; in complete_service()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd.c | 529 hints.ai_socktype = si.si_socktype; in create_service() 798 hints.ai_socktype = si.si_socktype; in complete_service()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcbind.c | 331 hints.ai_socktype = si.si_socktype; in init_transport()
|
H A D | rpcb_svc_com.c | 621 if (si.si_socktype != SOCK_DGRAM) in rpcbproc_callit_com()
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 824 hints.ai_socktype = si.si_socktype; in create_service() 1081 hints.ai_socktype = si.si_socktype; in complete_service()
|