Searched refs:UDPMSGSIZE (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | svc_raw.c | 53 #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 D | clnt_raw.c | 54 #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 D | rpc_soc.c | 174 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 D | clnt_soc.h | 57 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | clnt.h | 229 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
|
H A D | clnt_budp.c | 223 UDPMSGSIZE, UDPMSGSIZE));
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | clnt.h | 368 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | clnt_udp.c | 213 UDPMSGSIZE, UDPMSGSIZE));
|
H A D | svc_udp.c | 179 return (svcudp_bufcreate(sock, UDPMSGSIZE, UDPMSGSIZE));
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | nfs_cast.c | 130 char outbuf[UDPMSGSIZE], inbuf[UDPMSGSIZE]; in nfs_cast()
|