Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetnetbydns.c102 #define MAXPACKET PACKETSZ macro
104 #define MAXPACKET 1024 macro
109 u_char buf[MAXPACKET];
Dres_query.c103 #define MAXPACKET PACKETSZ macro
105 #define MAXPACKET 1024 macro
127 u_char buf[MAXPACKET]; in res_query()
Dgethostbydns.c147 #define MAXPACKET PACKETSZ macro
149 #define MAXPACKET 1024 macro
154 u_char buf[MAXPACKET];
Dgetaddrinfo.c191 #define MAXPACKET (64*1024) macro
195 u_char buf[MAXPACKET];
1684 static u_char buf[MAXPACKET]; in res_queryN()