Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/
Dresolv.h90 #define MAXRESOLVSORT 10 /* number of net to sort on */ macro
111 } sort_list[MAXRESOLVSORT];
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_init.c338 while (nsort < MAXRESOLVSORT) { in res_init()