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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h510 struct otcpcb { struct
767 struct otcpcb xt_tp;
H A Dtcp_subr.c311 static void tcpcb_to_otcpcb(struct tcpcb *, struct otcpcb *);
1306 * tcpcb_to_otcpcb copies specific bits of a tcpcb to a otcpcb format.
1307 * The otcpcb data structure is passed to user space and must not change.
1310 tcpcb_to_otcpcb(struct tcpcb *tp, struct otcpcb *otp)

Completed in 25 milliseconds