netconn_disconnect() is only used within LwIP.
 
Symbols
loading...
Files
loading...

netconn_disconnect() function

Disconnect a netconn from its current peer (only valid for UDP netconns).

Syntax

err_t netconn_disconnect (struct netconn *conn);
Implemented in api_lib.c:408

Arguments

conn

the netconn to disconnect

Return value

See err_t

References

LocationReferrerText
api_lib.c:409
netconn_disconnect(struct netconn *conn)
api.h:329
err_t netconn_disconnect (struct netconn *conn);
sockets.c:833lwip_connect()
err = netconn_disconnect(sock->conn);

Call Tree

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