Home
last modified time | relevance | path

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

/plan9/sys/src/libsunrpc/
H A Dudp.c25 UdpMaxRead = 65536+Udphdrsize enumerator
38 buf = emalloc(UdpMaxRead); in sunUdpRead()
39 while((n = read(arg.fd, buf, UdpMaxRead)) > 0){ in sunUdpRead()
64 buf = emalloc(UdpMaxRead); in sunUdpWrite()