Searched defs:apiflags (Results 1 – 5 of 5) sorted by relevance
/lk-master/external/lib/lwip/core/ |
A D | tcp_out.c | 220 u16_t *oversize, struct tcp_pcb *pcb, u8_t apiflags, in tcp_pbuf_prealloc() 354 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags) in tcp_write()
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | api_msg.h | 91 u8_t apiflags; member
|
A D | api.h | 240 #define netconn_write(conn, dataptr, size, apiflags) \ argument
|
/lk-master/external/lib/lwip/api/ |
A D | api_lib.c | 599 u8_t apiflags, size_t *bytes_written) in netconn_write_partly()
|
A D | api_msg.c | 1217 u8_t apiflags = conn->current_msg->msg.w.apiflags; local
|
Completed in 9 milliseconds