Lines Matching defs:if_data
63 struct if_data { struct
65 u_char ifi_type; /* ethernet, tokenring, etc */
66 u_char ifi_physical; /* e.g., AUI, Thinnet, 10base-T, etc */
67 u_char ifi_addrlen; /* media address length */
68 u_char ifi_hdrlen; /* media header length */
69 u_char ifi_recvquota; /* polling quota for receive intrs */
70 u_char ifi_xmitquota; /* polling quota for xmit intrs */
71 u_long ifi_mtu; /* maximum transmission unit */
72 u_long ifi_metric; /* routing metric (external only) */
73 u_long ifi_link_state; /* current link state */
74 uint64_t ifi_baudrate; /* linespeed */
76 u_long ifi_ipackets; /* packets received on interface */
77 u_long ifi_ierrors; /* input errors on interface */
78 u_long ifi_opackets; /* packets sent on interface */
79 u_long ifi_oerrors; /* output errors on interface */
80 u_long ifi_collisions; /* collisions on csma interfaces */
81 u_long ifi_ibytes; /* total number of octets received */
82 u_long ifi_obytes; /* total number of octets sent */
83 u_long ifi_imcasts; /* packets received via multicast */
84 u_long ifi_omcasts; /* packets sent via multicast */
85 u_long ifi_iqdrops; /* dropped on input, this interface */
86 u_long ifi_noproto; /* destined for unsupported protocol */
87 u_long ifi_hwassist; /* HW offload capabilities */
88 u_long ifi_oqdrops; /* dropped on input, this interface */
89 struct timeval ifi_lastchange; /* time of last administrative change */