HomeSort by: relevance | last modified time | path
    Searched defs:ddpstat (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/netstat/
atalk.c 289 uint64_t ddpstat[DDP_NSTATS]; local in function:ddp_stats
292 size_t size = sizeof(ddpstat);
294 if (prog_sysctlbyname("net.atalk.ddp.stats", ddpstat, &size,
304 ANY(ddpstat[DDP_STAT_SHORT], "packet", " with short headers ");
305 ANY(ddpstat[DDP_STAT_LONG], "packet", " with long headers ");
306 ANY(ddpstat[DDP_STAT_NOSUM], "packet", " with no checksum ");
307 ANY(ddpstat[DDP_STAT_TOOSHORT], "packet", " too short ");
308 ANY(ddpstat[DDP_STAT_BADSUM], "packet", " with bad checksum ");
309 ANY(ddpstat[DDP_STAT_TOOSMALL], "packet", " with not enough data ");
310 ANY(ddpstat[DDP_STAT_FORWARD], "packet", " forwarded ")
    [all...]

Completed in 14 milliseconds