OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:si_proto
(Results
1 - 11
of
11
) sorted by relevancy
/src/common/include/rpc/
types.h
113
int
si_proto
;
member in struct:__rpc_sockinfo
/src/lib/libc/rpc/
rpc_generic.c
540
sip->
si_proto
= proto;
560
sip->
si_proto
= na_cvt[i].protocol;
582
return socket(si.si_af, si.si_socktype, si.
si_proto
);
595
na_cvt[i].protocol == sip->
si_proto
) {
900
if (si->
si_proto
!= IPPROTO_TCP)
902
return setsockopt(fd, si->
si_proto
, TCP_NODELAY, &one,
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
);
347
fdlist[fdlistno].proto = si.
si_proto
;
354
fdlist[fdlistno].dsize = __rpc_get_t_size(si.si_af, si.
si_proto
,
361
if (si.si_af == AF_INET && si.
si_proto
== IPPROTO_UDP) {
svc_simple.c
165
recvsz = __rpc_get_t_size(si.si_af, si.
si_proto
, 0);
clnt_dg.c
226
sendsz = __rpc_get_t_size(si.si_af, si.
si_proto
, (int)sendsz);
227
recvsz = __rpc_get_t_size(si.si_af, si.
si_proto
, (int)recvsz);
clnt_vc.c
321
sendsz = __rpc_get_t_size(si.si_af, si.
si_proto
, (int)sendsz);
322
recvsz = __rpc_get_t_size(si.si_af, si.
si_proto
, (int)recvsz);
svc_dg.c
125
sendsize = __rpc_get_t_size(si.si_af, si.
si_proto
, (int)sendsize);
126
recvsize = __rpc_get_t_size(si.si_af, si.
si_proto
, (int)recvsize);
rpcb_clnt.c
364
hints.ai_protocol = si.
si_proto
;
368
nconf->nc_netid, si.si_af, si.
si_proto
, si.si_socktype);
svc_vc.c
150
r->sendsize = __rpc_get_t_size(si.si_af, si.
si_proto
, (int)sendsize);
151
r->recvsize = __rpc_get_t_size(si.si_af, si.
si_proto
, (int)recvsize);
/src/usr.sbin/rpcbind/
rpcbind.c
361
hints.ai_protocol = si.
si_proto
;
rpcb_svc_com.c
639
sendsz = __rpc_get_t_size(si.si_af, si.
si_proto
, UDPMSGSIZE);
Completed in 21 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025