Searched refs:ddpstat (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.bin/netstat/ |
H A D | atalk.c | 289 uint64_t ddpstat[DDP_NSTATS]; in ddp_stats() local 292 size_t size = sizeof(ddpstat); in ddp_stats() 294 if (prog_sysctlbyname("net.atalk.ddp.stats", ddpstat, &size, in ddp_stats() 304 ANY(ddpstat[DDP_STAT_SHORT], "packet", " with short headers "); in ddp_stats() 305 ANY(ddpstat[DDP_STAT_LONG], "packet", " with long headers "); in ddp_stats() 306 ANY(ddpstat[DDP_STAT_NOSUM], "packet", " with no checksum "); in ddp_stats() 307 ANY(ddpstat[DDP_STAT_TOOSHORT], "packet", " too short "); in ddp_stats() 308 ANY(ddpstat[DDP_STAT_BADSUM], "packet", " with bad checksum "); in ddp_stats() 309 ANY(ddpstat[DDP_STAT_TOOSMALL], "packet", " with not enough data "); in ddp_stats() 310 ANY(ddpstat[DDP_STAT_FORWARD], "packet", " forwarded "); in ddp_stats() [all …]
|