LwIP + 0/7 examples
CodeScope will show references to netconn_listen_with_backlog() from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
LwIP
STM324x9I_EVAL
Applications
LwIP
STM324xG_EVAL
Applications
LwIP
STM32F429ZI-Nucleo
Applications
LwIP
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLwIPnetconn_listen_with_backlog()

netconn_listen_with_backlog() function

Set a TCP netconn into listen mode

Syntax

err_t netconn_listen_with_backlog(struct netconn *conn,     u8_t backlog);
Implemented in api_lib.c:433

Arguments

conn

the tcp netconn to set to listen mode

backlog

the listen backlog, only used if TCP_LISTEN_BACKLOG==1

Return value

ERR_OK if the netconn was set to listen (UDP and RAW netconns don't return any error (yet?))

Examples

netconn_listen_with_backlog() is referenced by 7 libraries and example projects.

References

LocationReferrerText
api_lib.c:434
netconn_listen_with_backlog(struct netconn *conn, u8_t backlog)
api.h:330
err_t netconn_listen_with_backlog(struct netconn *conn, u8_t backlog);
sockets.c:896lwip_listen()
err = netconn_listen_with_backlog(sock->conn, (u8_t)backlog);

Call Tree

Functions calling netconn_listen_with_backlog()
Functions called by netconn_listen_with_backlog()
all items filtered out
netconn_listen_with_backlog()
printf()
all items filtered out
Data read by netconn_listen_with_backlog()
Data written by netconn_listen_with_backlog()
netconn_listen_with_backlog()::msg
netconn_listen_with_backlog()::err
all items filtered out
netconn_listen_with_backlog()
netconn_listen_with_backlog()::err
all items filtered out
Type of netconn_listen_with_backlog()
netconn_listen_with_backlog()
all items filtered out