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

tcp_new_port() function

Allocate a new local TCP port.

Syntax

static u16_t tcp_new_port(void);
Implemented in tcp.c:1010

Return value

a new (free) local TCP port number

References

LocationReferrerText
tcp.c:1011
tcp_new_port(void)
tcp.c:190
static u16_t tcp_new_port(void);
tcp.c:709tcp_bind()
port = tcp_new_port();
tcp.c:1117tcp_connect()
pcb->local_port = tcp_new_port();

Call Tree

Functions calling tcp_new_port()
all items filtered out
tcp_new_port()
Data read by tcp_new_port()
Data written by tcp_new_port()
tcp_new_port()::i
tcp_new_port()::n
tcp_new_port()::pcb
all items filtered out
tcp_new_port()
tcp_new_port()::i
tcp_new_port()::n
tcp_new_port()::pcb
all items filtered out
Type of tcp_new_port()
tcp_new_port()
all items filtered out