Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h857 struct otcpcb { struct
1275 struct otcpcb xt_tp;
H A Dtcp_subr.c294 static void tcpcb_to_otcpcb(struct tcpcb *, struct otcpcb *);
1843 tcpcb_to_otcpcb(struct tcpcb *tp, struct otcpcb *otp) in tcpcb_to_otcpcb()