Searched refs:netconn_listen_with_backlog (Results 1 – 3 of 3) sorted by relevance
229 err_t netconn_listen_with_backlog(struct netconn *conn, u8_t backlog);230 #define netconn_listen(conn) netconn_listen_with_backlog(conn, TCP_DEFAULT_LISTEN_BACKLOG)
241 netconn_listen_with_backlog(struct netconn *conn, u8_t backlog) in netconn_listen_with_backlog() function
540 err = netconn_listen_with_backlog(sock->conn, (u8_t)backlog); in lwip_listen()