Searched defs:nstat_route_descriptor (Results 1 – 1 of 1) sorted by relevance
586 typedef struct nstat_route_descriptor { struct587 u_int64_t id __attribute__((aligned(sizeof(u_int64_t))));588 u_int64_t parent_id __attribute__((aligned(sizeof(u_int64_t))));589 u_int64_t gateway_id __attribute__((aligned(sizeof(u_int64_t))));613 } nstat_route_descriptor; argument