Searched defs:if_data (Results 1 – 2 of 2) sorted by relevance
74 struct if_data { struct76 uint8_t ifi_type; /* ethernet, tokenring, etc */77 uint8_t ifi_physical; /* e.g., AUI, Thinnet, 10base-T, etc */78 uint8_t ifi_addrlen; /* media address length */79 uint8_t ifi_hdrlen; /* media header length */80 uint8_t ifi_link_state; /* current link state */81 uint8_t ifi_vhid; /* carp vhid */82 uint16_t ifi_datalen; /* length of this data struct */83 uint32_t ifi_mtu; /* maximum transmission unit */84 uint32_t ifi_metric; /* routing metric (external only) */[all …]
95 struct if_data *if_data; in getifaddrs() local