Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Draw_ip.c1279 struct xinpcb xi; variable
1281 bzero(&xi, sizeof(xi));
1282 xi.xi_len = sizeof xi;
1284 inpcb_to_compat(inp, &xi.xi_inp);
1286 sotoxsocket(inp->inp_socket, &xi.xi_socket);
1288 error = SYSCTL_OUT(req, &xi, sizeof xi);
1387 struct xinpcb64 xi; variable
1389 bzero(&xi, sizeof(xi));
1390 xi.xi_len = sizeof xi;
1391 inpcb_to_xinpcb64(inp, &xi);
[all …]
H A Dudp_usrreq.c1272 struct xinpcb xi; variable
1289 bzero(&xi, sizeof(xi));
1290 xi.xi_len = sizeof(xi);
1292 inpcb_to_compat(inp, &xi.xi_inp);
1294 sotoxsocket(inp->inp_socket, &xi.xi_socket);
1299 error = SYSCTL_OUT(req, &xi, sizeof(xi));
1396 struct xinpcb64 xi; variable
1413 bzero(&xi, sizeof(xi));
1414 xi.xi_len = sizeof(xi);
1415 inpcb_to_xinpcb64(inp, &xi);
[all …]
H A Din_pcblist.c407 struct xinpcb_n *xi = (struct xinpcb_n *)buf; in get_pcblist_n() local
409 ADVANCE64(xi, sizeof(*xi)); in get_pcblist_n()
419 inpcb_to_xinpcb_n(inp, xi); in get_pcblist_n()
/xnu-12377.1.9/bsd/net/
H A Dntstat.c8297 struct xinpcb_n *xi = (struct xinpcb_n *)buf; in nstat_userland_list_snapshot() local
8298 struct xsocket_n *xso = (struct xsocket_n *) ADVANCE64(xi, sizeof(*xi)); in nstat_userland_list_snapshot()
8310 nstat_userland_to_xinpcb_n(provider, flow_data, xi); in nstat_userland_list_snapshot()