Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/api/
Dapi_msg.c78 recv_raw(void *arg, struct raw_pcb *pcb, struct pbuf *p, in recv_raw() function
495 raw_recv(msg->conn->pcb.raw, recv_raw, msg->conn);
/external/syslinux/core/lwip/
DCHANGELOG1246 context since the function is not blocking), and in recv_udp and recv_raw.
1794 recv_raw() does not consume data", and the ping sample (with
2594 * api_msg.c: Changed recv_raw() from int to u8_t, to match prototype