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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_divert.c595 struct xinpcb xi; variable in typeref:struct:xinpcb
597 bzero(&xi, sizeof(xi));
598 xi.xi_len = sizeof xi;
600 inpcb_to_compat(inp, &xi.xi_inp);
602 sotoxsocket(inp->inp_socket, &xi.xi_socket);
603 error = SYSCTL_OUT(req, &xi, sizeof xi);
H A Draw_ip.c889 struct xinpcb xi; variable in typeref:struct:xinpcb
891 bzero(&xi, sizeof(xi));
892 xi.xi_len = sizeof xi;
894 inpcb_to_compat(inp, &xi.xi_inp);
896 sotoxsocket(inp->inp_socket, &xi.xi_socket);
897 error = SYSCTL_OUT(req, &xi, sizeof xi);
H A Dudp_usrreq.c944 struct xinpcb xi; variable in typeref:struct:xinpcb
946 bzero(&xi, sizeof(xi));
947 xi.xi_len = sizeof xi;
949 inpcb_to_compat(inp, &xi.xi_inp);
951 sotoxsocket(inp->inp_socket, &xi.xi_socket);
952 error = SYSCTL_OUT(req, &xi, sizeof xi);

Completed in 33 milliseconds