Searched defs:if_data (Results 1 – 3 of 3) sorted by relevance
77 struct if_data { struct79 uint8_t ifi_type; /* ethernet, tokenring, etc */81 uint8_t ifi_addrlen; /* media address length */82 uint8_t ifi_hdrlen; /* media header length */84 uint8_t ifi_vhid; /* carp vhid */88 uint64_t ifi_baudrate; /* linespeed */99 uint64_t ifi_iqdrops; /* dropped on input */100 uint64_t ifi_oqdrops; /* dropped on output */105 union { /* uptime at attach or stat reset */108 } __ifi_epoch;[all …]
63 struct if_data { struct65 uint8_t ifi_type; /* ethernet, tokenring, etc */67 uint8_t ifi_addrlen; /* media address length */68 uint8_t ifi_hdrlen; /* media header length */70 uint8_t ifi_vhid; /* carp vhid */74 uint64_t ifi_baudrate; /* linespeed */85 uint64_t ifi_iqdrops; /* dropped on input */86 uint64_t ifi_oqdrops; /* dropped on output */91 union { /* uptime at attach or stat reset */94 } __ifi_epoch;[all …]
100 struct if_data *if_data; in getifaddrs() local