Searched refs:BUFLEN (Results 1 – 1 of 1) sorted by relevance
/system/extras/tests/bionic/libc/common/ |
D | test_udp.c | 16 #define BUFLEN 512 macro 45 char buf[BUFLEN]; in main() 89 if (recvfrom(s, buf, BUFLEN, 0, (struct sockaddr*)&si_other, (socklen_t*)&slen)==-1) in main() 113 if (sendto(s, buf, BUFLEN, 0, (struct sockaddr*)&si_other, slen)==-1) in main()
|