Searched refs:UdpMaxRead (Results 1 – 1 of 1) sorted by relevance
25 UdpMaxRead = 65536+Udphdrsize enumerator38 buf = emalloc(UdpMaxRead); in sunUdpRead()39 while((n = read(arg.fd, buf, UdpMaxRead)) > 0){ in sunUdpRead()64 buf = emalloc(UdpMaxRead); in sunUdpWrite()