Searched refs:UDPMSGSIZE (Results 1 – 8 of 8) sorted by relevance
49 #ifndef UDPMSGSIZE50 #define UDPMSGSIZE 8800 macro93 srp->raw_netbuf->buf = malloc(UDPMSGSIZE); in svc_raw_create()101 srp->raw_netbuf->maxlen = UDPMSGSIZE; in svc_raw_create()
172 UDPMSGSIZE, UDPMSGSIZE)); in clntudp_create()259 return (svc_com_create(fd, UDPMSGSIZE, UDPMSGSIZE, "udp")); in svcudp_create()
55 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
229 #define UDPMSGSIZE 8800 /* rpc imposed limit on udp msg size */ macro
212 UDPMSGSIZE, UDPMSGSIZE)); in clntbudp_create()
211 UDPMSGSIZE, UDPMSGSIZE));
177 return (svcudp_bufcreate(sock, UDPMSGSIZE, UDPMSGSIZE));
128 char outbuf[UDPMSGSIZE], inbuf[UDPMSGSIZE]; in nfs_cast()