Searched defs:LocalIface (Results 1 – 1 of 1) sorted by relevance
35 struct LocalIface { struct36 List node;38 char ifname[NSTACKX_MAX_INTERFACE_NAME_LEN];39 char ipStr[NSTACKX_MAX_IP_STRING_LEN];40 struct in_addr ip;42 uint8_t type;43 uint8_t state;44 struct timespec updateTime;46 Timer *timer;47 uint8_t createCount;[all …]