Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c35 struct LocalIface { struct
36 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 …]