Lines Matching defs:pcb
778 struct tcp_pcb *pcb = sact_conn->pcb.tcp;779 fail_unless(pcb != NULL);780 if (pcb != NULL) {781 tcp_rst(pcb, pcb->snd_nxt, pcb->rcv_nxt, &pcb->local_ip, &pcb->remote_ip,782 pcb->local_port, pcb->remote_port);