tcp_pcb::so_options is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_pcb::so_options field

common PCB members

Syntax

References

LocationReferrerText
tcp.h:244
tcp.c:691tcp_bind()
if (ip_get_option(pcb, SOF_REUSEADDR)) {
tcp.c:722tcp_bind()
if (!ip_get_option(pcb, SOF_REUSEADDR) ||
tcp.c:723tcp_bind()
!ip_get_option(cpcb, SOF_REUSEADDR))
tcp.c:867tcp_listen_with_backlog_and_err()
if (ip_get_option(pcb, SOF_REUSEADDR)) {
tcp.c:891tcp_listen_with_backlog_and_err()
lpcb->so_options = pcb->so_options;
tcp.c:1123tcp_connect()
if (ip_get_option(pcb, SOF_REUSEADDR)) {
tcp.c:1329tcp_slowtmr()
tcp_in.c:694tcp_listen_input()
npcb->so_options = pcb->so_options & SOF_INHERITED;

Data Use

Functions writing tcp_pcb::so_options
Functions reading tcp_pcb::so_options
all items filtered out
tcp_pcb::so_options
Type of tcp_pcb::so_options
tcp_pcb::so_options
all items filtered out