Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.h418 struct necp_stat_counts { struct
420 u_int64_t necp_stat_rxpackets __attribute__((aligned(8)));
421 u_int64_t necp_stat_rxbytes __attribute__((aligned(8)));
422 u_int64_t necp_stat_txpackets __attribute__((aligned(8)));
423 u_int64_t necp_stat_txbytes __attribute__((aligned(8)));
425 u_int32_t necp_stat_rxduplicatebytes;
426 u_int32_t necp_stat_rxoutoforderbytes;
427 u_int32_t necp_stat_txretransmit;
429 u_int32_t necp_stat_connectattempts;
430 u_int32_t necp_stat_connectsuccesses;
[all …]