Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.h364 struct necp_stat_counts { struct
366 u_int64_t necp_stat_rxpackets __attribute__((aligned(8)));
367 u_int64_t necp_stat_rxbytes __attribute__((aligned(8)));
368 u_int64_t necp_stat_txpackets __attribute__((aligned(8)));
369 u_int64_t necp_stat_txbytes __attribute__((aligned(8)));
371 u_int32_t necp_stat_rxduplicatebytes;
372 u_int32_t necp_stat_rxoutoforderbytes;
373 u_int32_t necp_stat_txretransmit;
375 u_int32_t necp_stat_connectattempts;
376 u_int32_t necp_stat_connectsuccesses;
[all …]