Searched refs:at_ddp_stats (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dddp.c86 extern at_ddp_stats_t at_ddp_stats; /* DDP statistics */
563 at_ddp_stats.xmit_bad_addr++;
572 at_ddp_stats.xmit_bad_length++;
577 at_ddp_stats.xmit_bytes += len;
578 at_ddp_stats.xmit_packets++;
700 at_ddp_stats.xmit_BRT_used++;
712 at_ddp_stats.xmit_bad_addr++;
722 at_ddp_stats.xmit_BRT_used++;
913 at_ddp_stats.rcv_bad_length++;
918 at_ddp_stats
[all...]
H A Dddp.h103 typedef struct at_ddp_stats { struct
H A Dsys_glue.c99 at_ddp_stats_t at_ddp_stats; /* DDP statistics */ variable
101 &at_ddp_stats, at_ddp_stats, "AppleTalk DDP Stats");
H A Dddp.save76 at_ddp_stats.rcv_dropped_nobuf++;
89 at_ddp_stats.rcv_dropped_nobuf++;
H A Dddp_lap.c135 extern at_ddp_stats_t at_ddp_stats;
1081 bzero(&at_ddp_stats, sizeof(at_ddp_stats_t));

Completed in 28 milliseconds