Searched defs:interface_info (Results 1 – 3 of 3) sorted by relevance
199 struct interface_info { struct200 struct interface_info *next; argument201 struct hardware hw_address;202 char name[IFNAMSIZ];203 int rfdesc;204 int wfdesc;205 int ufdesc;206 unsigned char *rbuf;207 size_t rbuf_max;208 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