Home
last modified time | relevance | path

Searched refs:xtcpcb (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/netstat/
H A Dinet.c207 struct xtcpcb *tp; in protopr()
252 tp = (struct xtcpcb *)xig; in protopr()
273 tp = (struct xtcpcb *)xig; in protopr()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h754 struct xtcpcb { struct
783 void tcp_inptoxtp(const struct inpcb *, struct xtcpcb *); argument
/f-stack/freebsd/netinet/
H A Dtcp_var.h754 struct xtcpcb { struct
783 void tcp_inptoxtp(const struct inpcb *, struct xtcpcb *); argument
H A Dtcp_subr.c2265 req->oldidx = 2 * (sizeof xig) + n * sizeof(struct xtcpcb); in tcp_pcblist()
2308 struct xtcpcb xt; in tcp_pcblist()
3445 tcp_inptoxtp(const struct inpcb *inp, struct xtcpcb *xt) in tcp_inptoxtp()
3493 xt->xt_len = sizeof(struct xtcpcb); in tcp_inptoxtp()
H A Dtcp_syncache.c2557 struct xtcpcb xt; in syncache_pcblist()