Searched refs:DNS_TABLE_SIZE (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/lwip2/src/core/
H A Ddns.c125 #if DNS_TABLE_SIZE > 255
126 #error DNS_TABLE_SIZE must fit into an u8_t
138 #define DNS_MAX_REQUESTS DNS_TABLE_SIZE
147 #define DNS_MAX_REQUESTS DNS_TABLE_SIZE
302 static struct dns_table_entry dns_table[DNS_TABLE_SIZE];
622 for (i = 0; i < DNS_TABLE_SIZE; ++i) {
990 for (i = 0; i < DNS_TABLE_SIZE; i++) {
1016 LWIP_ASSERT("array index out of bounds", i < DNS_TABLE_SIZE);
1092 for (i = 0; i < DNS_TABLE_SIZE; ++i) {
1158 for (i = 0; i < DNS_TABLE_SIZE;
[all...]
/barrelfish-master/lib/lwip/src/core/
H A Ddns.c246 static struct dns_table_entry dns_table[DNS_TABLE_SIZE];
486 for (i = 0; i < DNS_TABLE_SIZE; ++i) {
656 LWIP_ASSERT("array index out of bounds", i < DNS_TABLE_SIZE);
734 for (i = 0; i < DNS_TABLE_SIZE; ++i) {
794 if (i < DNS_TABLE_SIZE) {
920 for (i = 0; i < DNS_TABLE_SIZE; ++i) {
936 if (i == DNS_TABLE_SIZE) {
937 if ((lseqi >= DNS_TABLE_SIZE)
/barrelfish-master/include/lwip/lwip/
H A Dopt.h645 #ifndef DNS_TABLE_SIZE
646 #define DNS_TABLE_SIZE 4 macro
/barrelfish-master/include/lwip2/lwip/
H A Dopt.h1015 #if !defined DNS_TABLE_SIZE || defined __DOXYGEN__
1016 #define DNS_TABLE_SIZE 4 macro

Completed in 118 milliseconds