Lines Matching refs:lpcb
3083 struct tcp_pcb_listen *lpcb = NULL;
3219 for (lpcb = tcp_listen_pcbs.listen_pcbs; lpcb != NULL; lpcb = lpcb->next) {
3221 "%s:%d", ipaddr_ntoa(&lpcb->local_ip), lpcb->local_port);
3227 "%s:%d", ipaddr_ntoa(&lpcb->remote_ip), 0);
3232 recvQlen = netstat_netconn_recvq(lpcb->callback_arg);
3235 IP_IS_V6(&lpcb->local_ip) ? "%-8s%-12d%-12d%-39s%-39s%-16s\n" :
3237 IP_IS_V6(&lpcb->local_ip) ? "tcp-ip6" : "tcp",
3238 recvQlen, sendQlen, local_ip_port, remote_ip_port, tcp_state_str[lpcb->state]);