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

  /external/syslinux/core/lwip/src/api/
api_msg.c 284 if (conn->state == NETCONN_WRITE) {
308 * netconn_write waits for conn->sem if send buffer is low.
320 if (conn->state == NETCONN_WRITE) {
386 if ((old_state == NETCONN_WRITE) || (old_state == NETCONN_CLOSE) ||
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
api.h 54 /* Flags for netconn_write (u8_t) */
62 /** TCP: when data passed to netconn_write doesn't fit into the send buffer,
99 NETCONN_WRITE,
179 /** TCP: when data passed to netconn_write doesn't fit into the send buffer,
182 /** TCP: when data passed to netconn_write doesn't fit into the send buffer,
233 err_t netconn_write(struct netconn *conn, const void *dataptr, size_t size,

Completed in 486 milliseconds