Searched defs:iftot (Results 1 – 1 of 1) sorted by relevance
302 struct iftot { struct303 char ift_name[IFNAMSIZ]; /* interface name */304 u_int64_t ift_ip; /* input packets */305 u_int64_t ift_ib; /* input bytes */306 u_int64_t ift_ie; /* input errors */307 u_int64_t ift_iq; /* input qdrops */308 u_int64_t ift_op; /* output packets */309 u_int64_t ift_ob; /* output bytes */310 u_int64_t ift_oe; /* output errors */311 u_int64_t ift_oq; /* output qdrops */[all …]