Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/ !
H A Dnecp.h417 struct necp_stat_counts { struct
419 u_int64_t necp_stat_rxpackets __attribute__((aligned(8)));
420 u_int64_t necp_stat_rxbytes __attribute__((aligned(8)));
421 u_int64_t necp_stat_txpackets __attribute__((aligned(8)));
422 u_int64_t necp_stat_txbytes __attribute__((aligned(8)));
424 u_int32_t necp_stat_rxduplicatebytes;
425 u_int32_t necp_stat_rxoutoforderbytes;
426 u_int32_t necp_stat_txretransmit;
428 u_int32_t necp_stat_connectattempts;
429 u_int32_t necp_stat_connectsuccesses;
[all …]