Searched defs:interface_info (Results 1 – 3 of 3) sorted by relevance
203 struct interface_info { struct204 struct interface_info *next; argument205 struct hardware hw_address;206 char name[IFNAMSIZ];207 int rfdesc;208 int wfdesc;209 int ufdesc;210 unsigned char *rbuf;211 size_t rbuf_max;212 size_t rbuf_offset;[all …]
104 typedef struct interface_info { global() struct 107 actioninterface_info global() argument
2702 fill_info_if_stats(void * data,interface_info_t * interface_info) fill_info_if_stats() argument