Lines Matching refs:u8_t
132 PACK_STRUCT_FIELD(u8_t flags1);
133 PACK_STRUCT_FIELD(u8_t flags2);
169 u8_t state;
170 u8_t numdns;
171 u8_t tmr;
172 u8_t retries;
173 u8_t seqno;
174 u8_t err;
220 static u8_t dns_seqno;
224 static u8_t dns_payload_buffer[LWIP_MEM_ALIGN_BUFFER(DNS_MSG_SIZE)];
225 static u8_t* dns_payload;
236 dns_payload = (u8_t *)LWIP_MEM_ALIGN(dns_payload_buffer);
273 dns_setserver(u8_t numdns, ip_addr_t *dnsserver)
289 dns_getserver(u8_t numdns)
452 u8_t i;
492 static u8_t
560 dns_send(u8_t numdns, const char* name, u8_t id)
568 u8_t n;
636 dns_check_entry(u8_t i)
720 u8_t i;
862 u8_t i;
863 u8_t lseq, lseqi;