Home
last modified time | relevance | path

Searched defs:nstat_route_descriptor (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dntstat.h586 typedef struct nstat_route_descriptor { struct
587 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