Lines Matching defs:tcpcb
88 struct tcpcb tcpcb;
167 * to the so_pcb or for tcp sockets the tcpcb
1513 struct tcpcb tcpcb;
1517 kread(off, (char *)&tcpcb, sizeof (tcpcb));
1519 #define p(fmt, v, sep) printf(#v " " fmt sep, tcpcb.v);
1520 #define pp(fmt, v, sep) printf(#v " " fmt sep, tcpcb.v);
1521 printf("tcpcb %#lx\n ", off);
1524 if (tcpcb.t_state >= 0 && tcpcb.t_state < TCP_NSTATES)
1525 printf(" (%s)", tcpstates[tcpcb.t_state]);
1572 HTONS(tcpcb.t_pmtud_ip_len);
1573 HTONS(tcpcb.t_pmtud_nextmtu);