Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Draw_ip.c1245 struct xinpcb xi; variable
1247 bzero(&xi, sizeof(xi));
1248 xi.xi_len = sizeof xi;
1250 inpcb_to_compat(inp, &xi.xi_inp);
1252 sotoxsocket(inp->inp_socket, &xi.xi_socket);
1254 error = SYSCTL_OUT(req, &xi, sizeof xi);
1353 struct xinpcb64 xi; variable
1355 bzero(&xi, sizeof(xi));
1356 xi.xi_len = sizeof xi;
1357 inpcb_to_xinpcb64(inp, &xi);
[all …]
H A Dudp_usrreq.c1196 struct xinpcb xi; variable
1213 bzero(&xi, sizeof(xi));
1214 xi.xi_len = sizeof(xi);
1216 inpcb_to_compat(inp, &xi.xi_inp);
1218 sotoxsocket(inp->inp_socket, &xi.xi_socket);
1223 error = SYSCTL_OUT(req, &xi, sizeof(xi));
1320 struct xinpcb64 xi; variable
1337 bzero(&xi, sizeof(xi));
1338 xi.xi_len = sizeof(xi);
1339 inpcb_to_xinpcb64(inp, &xi);
[all …]
H A Din_pcblist.c402 struct xinpcb_n *xi = (struct xinpcb_n *)buf; in get_pcblist_n() local
404 ADVANCE64(xi, sizeof(*xi)); in get_pcblist_n()
414 inpcb_to_xinpcb_n(inp, xi); in get_pcblist_n()
/xnu-8796.141.3/bsd/net/
H A Dntstat.c7294 struct xinpcb_n *xi = (struct xinpcb_n *)buf; in nstat_userland_list_snapshot() local
7295 struct xsocket_n *xso = (struct xsocket_n *) ADVANCE64(xi, sizeof(*xi)); in nstat_userland_list_snapshot()
7307 nstat_userland_to_xinpcb_n(provider, flow_data, xi); in nstat_userland_list_snapshot()