Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/arpa/
A Dnameser_compat.h85 #define PACKETSZ NS_PACKETSZ macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dresolv.c1255 unsigned char *packet = malloc(PACKETSZ); in __dns_lookup()
1330 memset(packet, 0, PACKETSZ); in __dns_lookup()
1338 i = __encode_header(&h, packet, PACKETSZ); in __dns_lookup()
1347 j = __encode_question(&q, packet+i, PACKETSZ-i); in __dns_lookup()
1427 packet_len = recv(fd, packet, PACKETSZ, MSG_DONTWAIT); in __dns_lookup()
1434 packet_len = recv(fd, packet, PACKETSZ, MSG_DONTWAIT); in __dns_lookup()

Completed in 10 milliseconds