Searched refs:sendsize (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/libc/rpc/
H A Drpc_soc.c227 svc_com_create(fd, sendsize, recvsize, netid)
229 u_int sendsize;
258 svc = svc_tli_create(fd, nconf, NULL, sendsize, recvsize);
271 svctcp_create(fd, sendsize, recvsize)
273 u_int sendsize;
277 return svc_com_create(fd, sendsize, recvsize, "tcp");
290 svcfd_create(fd, sendsize, recvsize)
292 u_int sendsize;
296 return svc_fd_create(fd, sendsize, recvsize);
509 svcunix_create(sock, sendsize, recvsiz
[all...]
H A Dsvc_vc.c92 u_int sendsize; member in struct:cf_rendezvous
102 u_int sendsize; member in struct:cf_conn
126 svc_vc_create(fd, sendsize, recvsize)
128 u_int sendsize;
145 r->sendsize = __rpc_get_t_size(si.si_af, si.si_proto, (int)sendsize);
189 svc_fd_create(fd, sendsize, recvsize)
191 u_int sendsize;
200 ret = makefd_xprt(fd, sendsize, recvsize);
246 makefd_xprt(fd, sendsize, recvsiz
[all...]
H A Dsvc_dg.c90 * xprt = svc_dg_create(sock, sendsize, recvsize);
93 * see (svc.h, xprt_register). If recvsize or sendsize are 0 suitable
105 svc_dg_create(fd, sendsize, recvsize)
107 u_int sendsize;
123 sendsize = __rpc_get_t_size(si.si_af, si.si_proto, (int)sendsize);
125 if ((sendsize == 0) || (recvsize == 0)) {
137 su->su_iosz = ((MAX(sendsize, recvsize) + 3) / 4) * 4;
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c97 size_t sendsize; local
116 sendsize = size < MAX_SEND_SIZE ? size : MAX_SEND_SIZE;
117 done = send(sock, data, sendsize, MSG_NOSIGNAL);
/freebsd-9.3-release/sbin/hastd/
H A Dproto_common.c96 size_t sendsize; local
115 sendsize = size < MAX_SEND_SIZE ? size : MAX_SEND_SIZE;
116 done = send(sock, data, sendsize, MSG_NOSIGNAL);
/freebsd-9.3-release/sys/rpc/
H A Dsvc_dg.c84 * xprt = svc_dg_create(sock, sendsize, recvsize);
87 * see (svc.h, xprt_register). If recvsize or sendsize are 0 suitable
97 svc_dg_create(SVCPOOL *pool, struct socket *so, size_t sendsize, argument
112 sendsize = __rpc_get_t_size(si.si_af, si.si_proto, (int)sendsize);
114 if ((sendsize == 0) || (recvsize == 0)) {
H A Dsvc_vc.c144 svc_vc_create(SVCPOOL *pool, struct socket *so, size_t sendsize, argument
/freebsd-9.3-release/lib/libc/xdr/
H A Dxdr_rec.c132 u_int sendsize; member in struct:rec_strm
164 xdrrec_create(xdrs, sendsize, recvsize, tcp_handle, readit, writeit)
166 u_int sendsize;
184 rstrm->sendsize = sendsize = fix_buf_size(sendsize);
185 rstrm->out_base = mem_alloc(rstrm->sendsize);
195 mem_free(rstrm->out_base, sendsize);
210 rstrm->out_boundry += sendsize;
437 mem_free(rstrm->out_base, rstrm->sendsize);
[all...]
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c687 int sendsize; local
691 sendsize = sizeof(struct info_peer_list);
693 sendsize = v4sizeof(struct info_peer_list);
712 pl = (void *)((char *)pl + sendsize);
716 sendsize, (char *)plist, &items,
761 size_t sendsize; local
765 sendsize = sizeof(struct info_peer_list);
767 sendsize = v4sizeof(struct info_peer_list);
788 pl = (void *)((char *)pl + sendsize);
792 sendsize, (cha
1327 int sendsize; local
1489 size_t sendsize; local
1838 int sendsize; local
2157 size_t sendsize; local
2453 int sendsize; local
[all...]

Completed in 191 milliseconds