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

  /external/syslinux/core/lwip/src/include/lwip/
api.h 224 err_t netconn_listen_with_backlog(struct netconn *conn, u8_t backlog);
225 #define netconn_listen(conn) netconn_listen_with_backlog(conn, TCP_DEFAULT_LISTEN_BACKLOG)
  /external/syslinux/core/lwip/src/api/
api_lib.c 241 netconn_listen_with_backlog(struct netconn *conn, u8_t backlog) function
sockets.c 536 err = netconn_listen_with_backlog(sock->conn, (u8_t)backlog);
    [all...]

Completed in 92 milliseconds