Searched refs:u8_t (Results 76 – 83 of 83) sorted by relevance
1234
| /lib/liblwip/src/core/ |
| D | timers.c | 365 u8_t had_one; in sys_check_timeouts()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.c | 1299 sifvjcomp(int pd, int vjcomp, u8_t cidcomp, u8_t maxcid) in sifvjcomp() 1990 inProtocol = (((u8_t *)pb->payload)[0] << 8) | ((u8_t*)pb->payload)[1]; in pppInProcOverEthernet()
|
| D | vj.c | 597 u8_t *bufptr; in vj_uncompress_tcp()
|
| /lib/liblwip/src/api/ |
| D | tcpip.c | 211 tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block) in tcpip_callback_with_block()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 138 - struct tcp_pcb *tcp_listen_with_backlog(struct tcp_pcb *pcb, u8_t backlog) 190 u8_t apiflags) 262 u8_t interval) 432 u8_t i;
|
| D | sys_arch.txt | 48 - err_t sys_sem_new(sys_sem_t *sem, u8_t count) 226 u8_t, s8_t, u16_t, s16_t, u32_t, s32_t, mem_ptr_t
|
| /lib/liblwip/ |
| D | UPGRADING | 103 * Added printf-formatter X8_F to printf u8_t as hex
|
| D | CHANGELOG | 1550 "backlog" parameter in an u8_t, 0 is interpreted as "smallest queue", add 2426 changed raw_pcb.protocol from u16_t to u8_t since for IPv4 and IPv6, proto 2893 * api_msg.c: Changed recv_raw() from int to u8_t, to match prototype 3142 * struct eth_addr changed from u16_t[3] array to u8_t[6].
|
1234