Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_raw.c49 #ifndef UDPMSGSIZE
50 #define UDPMSGSIZE 8800 macro
93 srp->raw_netbuf->buf = malloc(UDPMSGSIZE); in svc_raw_create()
101 srp->raw_netbuf->maxlen = UDPMSGSIZE; in svc_raw_create()
H A Drpc_soc.c172 UDPMSGSIZE, UDPMSGSIZE)); in clntudp_create()
259 return (svc_com_create(fd, UDPMSGSIZE, UDPMSGSIZE, "udp")); in svcudp_create()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_soc.h55 #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.c212 UDPMSGSIZE, UDPMSGSIZE)); in clntbudp_create()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c211 UDPMSGSIZE, UDPMSGSIZE));
H A Dsvc_udp.c177 return (svcudp_bufcreate(sock, UDPMSGSIZE, UDPMSGSIZE));
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c128 char outbuf[UDPMSGSIZE], inbuf[UDPMSGSIZE]; in nfs_cast()