Searched refs:xi (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | raw_ip.c | 1279 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 D | udp_usrreq.c | 1309 struct xinpcb xi; variable 1326 bzero(&xi, sizeof(xi)); 1327 xi.xi_len = sizeof(xi); 1329 inpcb_to_compat(inp, &xi.xi_inp); 1331 sotoxsocket(inp->inp_socket, &xi.xi_socket); 1336 error = SYSCTL_OUT(req, &xi, sizeof(xi)); 1433 struct xinpcb64 xi; variable 1450 bzero(&xi, sizeof(xi)); 1451 xi.xi_len = sizeof(xi); 1452 inpcb_to_xinpcb64(inp, &xi); [all …]
|
| H A D | in_pcblist.c | 407 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.61.12/bsd/net/ |
| H A D | ntstat.c | 8297 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()
|