Home
last modified time | relevance | path

Searched refs:netconn_send (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Dapi.h237 err_t netconn_send(struct netconn *conn, struct netbuf *buf);
/lk-master/external/lib/lwip/api/
A Dapi_lib.c554 return netconn_send(conn, buf); in netconn_sendto()
567 netconn_send(struct netconn *conn, struct netbuf *buf) in netconn_send() function
A Dsockets.c937 err = netconn_send(sock->conn, &buf);

Completed in 8 milliseconds