Home
last modified time | relevance | path

Searched refs:GET_NET_DEV_FLAGS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device.c278 if ((GET_NET_DEV_FLAGS(netDev) & NET_DEVICE_IFF_RUNNING) != 0) { in NetDeviceIsAnyInstRunning()
291 if ((GET_NET_DEV_FLAGS(netDevice) & NET_DEVICE_IFF_RUNNING) != 0) { in NetDeviceIsInstRunning()
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h940 #define GET_NET_DEV_FLAGS(dev) ((dev)->flags) macro