Searched refs:UDPMSGSIZE (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_raw.c53 #ifndef UDPMSGSIZE
54 #define UDPMSGSIZE 8800 macro
90 _rawcombuf = calloc(UDPMSGSIZE, sizeof (char));
118 xdrmem_create(&srp->xdr_stream, srp->raw_buf, UDPMSGSIZE, XDR_DECODE);
H A Dclnt_raw.c54 #ifndef UDPMSGSIZE
55 #define UDPMSGSIZE 8800 macro
96 _rawcombuf = calloc(UDPMSGSIZE, sizeof (char));
131 xdrmem_create(xdrs, clp->raw_buf, UDPMSGSIZE, XDR_FREE);
H A Drpc_soc.c174 UDPMSGSIZE, UDPMSGSIZE));
261 return (svc_com_create(fd, UDPMSGSIZE, UDPMSGSIZE, "udp"));
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_soc.h57 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt.h229 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
H A Dclnt_budp.c223 UDPMSGSIZE, UDPMSGSIZE));
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dclnt.h368 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c213 UDPMSGSIZE, UDPMSGSIZE));
H A Dsvc_udp.c179 return (svcudp_bufcreate(sock, UDPMSGSIZE, UDPMSGSIZE));
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c130 char outbuf[UDPMSGSIZE], inbuf[UDPMSGSIZE];

Completed in 53 milliseconds