Home
last modified time | relevance | path

Searched refs:listen_pcbs (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_tcp.c455 pcb = tcp_listen_pcbs.listen_pcbs; in tcp_ListenerTable_get_cell_value()
483 pcb = tcp_listen_pcbs.listen_pcbs; in tcp_ListenerTable_get_next_cell_instance_and_value()
/third_party/lwip/src/core/
Dtcp.c872 for (lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) { in tcp_listen_with_backlog_and_err()
2345 for (lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) { in tcp_netif_ip_addr_changed()
2503 for (pcbl = tcp_listen_pcbs.listen_pcbs; pcbl != NULL; pcbl = pcbl->next) { in tcp_debug_print_pcbs()
Dtcp_in.c318 for (lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) {
367 lpcb->next = tcp_listen_pcbs.listen_pcbs;
369 tcp_listen_pcbs.listen_pcbs = lpcb;
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h332 struct tcp_pcb_listen *listen_pcbs; member