maxbuf 421 src/dps8/udplib.c int udp_receive (int link, uint16_t * pdata, uint16_t maxbuf) maxbuf 513 src/dps8/udplib.c if ((pdata == NULL) || (maxbuf == 0)) maxbuf 523 src/dps8/udplib.c for (i = 0; i < (implen < maxbuf ? implen : maxbuf); ++ i)