Home
last modified time | relevance | path

Searched refs:xnpigen (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dif_ports_used.c564 struct xnpigen xnpigen; variable
577 req->oldidx = sizeof(struct xnpigen) +
582 memset(&xnpigen, 0, sizeof(struct xnpigen));
583 xnpigen.xng_len = sizeof(struct xnpigen);
584 xnpigen.xng_gen = (uint32_t)if_ports_used_stats.ifpu_wakeuid_gen;
585 uuid_copy(xnpigen.xng_wakeuuid, current_wakeuuid);
586 xnpigen.xng_npi_count = (uint32_t)if_ports_used_stats.ifpu_npe_count;
587 xnpigen.xng_npi_size = sizeof(struct net_port_info);
588 error = SYSCTL_OUT(req, &xnpigen, sizeof(xnpigen));
H A Dif_ports_used.h60 struct xnpigen { struct