HomeSort by relevance Sort by last modified time
    Searched refs:netconn_send (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/lwip/src/api/
api_lib.c 545 return netconn_send(conn, buf);
558 netconn_send(struct netconn *conn, struct netbuf *buf) function
563 LWIP_ERROR("netconn_send: invalid conn", (conn != NULL), return ERR_ARG;);
565 LWIP_DEBUGF(API_LIB_DEBUG, ("netconn_send: sending %"U16_F" bytes\n", buf->p->tot_len));
sockets.c 924 err = netconn_send(sock->conn, &buf);
    [all...]
  /external/syslinux/core/fs/pxe/
core.c 156 err = netconn_send(conn, nbuf);
158 ddprintf("netconn_send error %d\n", err);
  /external/syslinux/core/lwip/src/include/lwip/
api.h 232 err_t netconn_send(struct netconn *conn, struct netbuf *buf);

Completed in 259 milliseconds