Home
last modified time | relevance | path

Searched refs:netconn_recv_tcp_pbuf (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/include/lwip/
Dapi.h233 err_t netconn_recv_tcp_pbuf(struct netconn *conn, struct pbuf **new_buf);
/lib/liblwip/src/api/
Dapi_lib.c437 netconn_recv_tcp_pbuf(struct netconn *conn, struct pbuf **new_buf) in netconn_recv_tcp_pbuf() function
Dsockets.c600 err = netconn_recv_tcp_pbuf(sock->conn, (struct pbuf **)&buf); in lwip_recvfrom()
/lib/liblwip/
DCHANGELOG410 by not allocating a netbuf): added function netconn_recv_tcp_pbuf()