Home
last modified time | relevance | path

Searched refs:otcpcb (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h1083 struct otcpcb { struct
1516 struct otcpcb xt_tp;
H A Dtcp_subr.c300 static void tcpcb_to_otcpcb(struct tcpcb *, struct otcpcb *);
1910 tcpcb_to_otcpcb(struct tcpcb *tp, struct otcpcb *otp) in tcpcb_to_otcpcb()