Home
last modified time | relevance | path

Searched defs:if_data (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dif.h77 struct if_data { struct
79 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 …]
/f-stack/tools/compat/include/net/
H A Dif.h63 struct if_data { struct
65 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 …]
/f-stack/tools/compat/
H A Dgetifaddrs.c100 struct if_data *if_data; in getifaddrs() local