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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c195 tcpcb_to_xtcpcb_n(struct tcpcb *tp, struct xtcpcb_n *xt) argument
199 xt->xt_len = sizeof(struct xtcpcb_n);
200 xt->xt_kind = XSO_TCPCB;
202 xt->t_segq = (u_int32_t)(uintptr_t)tp->t_segq.lh_first;
203 xt->t_dupacks = tp->t_dupacks;
205 xt->t_timer[i] = tp->t_timer[i];
206 xt->t_state = tp->t_state;
207 xt->t_flags = tp->t_flags;
208 xt->t_force = tp->t_force;
209 xt
348 struct xtcpcb_n *xt = (struct xtcpcb_n *)ADVANCE64(xsostats, sizeof(*xsostats)); local
[all...]
H A Dtcp_subr.c1452 struct xtcpcb xt; variable in typeref:struct:xtcpcb
1455 bzero(&xt, sizeof(xt));
1456 xt.xt_len = sizeof xt;
1458 inpcb_to_compat(inp, &xt.xt_inp);
1462 &xt.xt_tp);
1464 bzero((char *) &xt.xt_tp, sizeof xt.xt_tp);
1467 sotoxsocket(inp->inp_socket, &xt
1639 struct xtcpcb64 xt; variable in typeref:struct:xtcpcb64
[all...]

Completed in 76 milliseconds