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

/freebsd-11.0-release/lib/libc/rpc/
H A Drpc_soc.c204 svc_com_create(int fd, u_int sendsize, u_int recvsize, char *netid) argument
231 svc = svc_tli_create(fd, nconf, NULL, sendsize, recvsize);
244 svctcp_create(int fd, u_int sendsize, u_int recvsize) argument
247 return svc_com_create(fd, sendsize, recvsize, "tcp");
258 svcfd_create(int fd, u_int sendsize, u_int recvsize) argument
261 return svc_fd_create(fd, sendsize, recvsize);
468 svcunix_create(int sock, u_int sendsize, u_int recvsize, char *path) argument
516 xprt = (SVCXPRT *)svc_tli_create(sock, nconf, &taddr, sendsize, recvsize);
528 svcunixfd_create(int fd, u_int sendsize, u_int recvsize) argument
530 return (svc_fd_create(fd, sendsize, recvsiz
[all...]
H A Dsvc_vc.c91 u_int sendsize; member in struct:cf_rendezvous
101 u_int sendsize; member in struct:cf_conn
125 svc_vc_create(int fd, u_int sendsize, u_int recvsize) argument
141 r->sendsize = __rpc_get_t_size(si.si_af, si.si_proto, (int)sendsize);
185 svc_fd_create(int fd, u_int sendsize, u_int recvsize) argument
193 ret = makefd_xprt(fd, sendsize, recvsize);
239 makefd_xprt(int fd, u_int sendsize, u_int recvsize) argument
261 xdrrec_create(&(cd->xdrs), sendsize, recvsize,
313 newxprt = makefd_xprt(sock, r->sendsize,
[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(int fd, u_int sendsize, u_int recvsize) argument
120 sendsize = __rpc_get_t_size(si.si_af, si.si_proto, (int)sendsize);
122 if ((sendsize == 0) || (recvsize == 0)) {
134 su->su_iosz = ((MAX(sendsize, recvsize) + 3) / 4) * 4;
/freebsd-11.0-release/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c95 size_t sendsize; local
114 sendsize = size < MAX_SEND_SIZE ? size : MAX_SEND_SIZE;
115 done = send(sock, data, sendsize, MSG_NOSIGNAL);
/freebsd-11.0-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-11.0-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.c143 svc_vc_create(SVCPOOL *pool, struct socket *so, size_t sendsize, argument
/freebsd-11.0-release/lib/libc/xdr/
H A Dxdr_rec.c132 u_int sendsize; member in struct:rec_strm
164 xdrrec_create(XDR *xdrs, u_int sendsize, u_int recvsize, void *tcp_handle, argument
168 * u_int sendsize;
187 rstrm->sendsize = sendsize = fix_buf_size(sendsize);
188 rstrm->out_base = mem_alloc(rstrm->sendsize);
198 mem_free(rstrm->out_base, sendsize);
213 rstrm->out_boundry += sendsize;
424 mem_free(rstrm->out_base, rstrm->sendsize);
[all...]
/freebsd-11.0-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 138 milliseconds