Home
last modified time | relevance | path

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

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