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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcblist.c196 tcpcb_to_xtcpcb_n(struct tcpcb *tp, struct xtcpcb_n *xt) argument
200 xt->xt_len = sizeof (struct xtcpcb_n);
201 xt->xt_kind = XSO_TCPCB;
203 xt->t_segq = (u_int32_t)(uintptr_t)tp->t_segq.lh_first;
204 xt->t_dupacks = tp->t_dupacks;
206 xt->t_timer[i] = tp->t_timer[i];
207 xt->t_state = tp->t_state;
208 xt->t_flags = tp->t_flags;
209 xt->t_force = tp->t_force;
210 xt
355 struct xtcpcb_n *xt = (struct xtcpcb_n *) local
[all...]
H A Dtcp_subr.c1480 struct xtcpcb xt; variable in typeref:struct:xtcpcb
1483 bzero(&xt, sizeof(xt));
1484 xt.xt_len = sizeof xt;
1486 inpcb_to_compat(inp, &xt.xt_inp);
1491 &xt.xt_tp);
1493 bzero((char *) &xt.xt_tp, sizeof xt.xt_tp);
1496 sotoxsocket(inp->inp_socket, &xt
1662 struct xtcpcb64 xt; variable in typeref:struct:xtcpcb64
[all...]

Completed in 71 milliseconds