Home
last modified time | relevance | path

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

/lib/liblwip/src/api/
Dapi_msg.c78 recv_raw(void *arg, struct raw_pcb *pcb, struct pbuf *p, in recv_raw() function
503 raw_recv(msg->conn->pcb.raw, recv_raw, msg->conn);
/lib/liblwip/
DCHANGELOG1545 context since the function is not blocking), and in recv_udp and recv_raw.
2093 recv_raw() does not consume data", and the ping sample (with
2893 * api_msg.c: Changed recv_raw() from int to u8_t, to match prototype