Searched refs:xi (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Draw_ip.c1038 struct xinpcb xi; variable in typeref:struct:xinpcb
1040 bzero(&xi, sizeof(xi));
1041 xi.xi_len = sizeof xi;
1043 inpcb_to_compat(inp, &xi.xi_inp);
1045 sotoxsocket(inp->inp_socket, &xi.xi_socket);
1046 error = SYSCTL_OUT(req, &xi, sizeof xi);
1142 struct xinpcb64 xi; variable in typeref:struct:xinpcb64
[all...]
H A Dip_divert.c617 struct xinpcb xi;
619 bzero(&xi, sizeof(xi));
620 xi.xi_len = sizeof xi;
622 inpcb_to_compat(inp, &xi.xi_inp);
624 sotoxsocket(inp->inp_socket, &xi.xi_socket);
625 error = SYSCTL_OUT(req, &xi, sizeof xi);
H A Dudp_usrreq.c1048 struct xinpcb xi; variable in typeref:struct:xinpcb
1050 bzero(&xi, sizeof(xi));
1051 xi.xi_len = sizeof xi;
1053 inpcb_to_compat(inp, &xi.xi_inp);
1055 sotoxsocket(inp->inp_socket, &xi.xi_socket);
1056 error = SYSCTL_OUT(req, &xi, sizeof xi);
1152 struct xinpcb64 xi; variable in typeref:struct:xinpcb64
[all...]
H A Din_pcblist.c334 struct xinpcb_n *xi = (struct xinpcb_n *)buf; local
335 struct xsocket_n *xso = (struct xsocket_n *)ADVANCE64(xi, sizeof(*xi));
342 inpcb_to_xinpcb_n(inp, xi);

Completed in 28 milliseconds