Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c57 static int32_t LiteNetDevInit(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevInit()
75 static int32_t LiteNetDevDeInit(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevDeInit()
242 struct NetDeviceImpl *netDeviceImpl = (struct NetDeviceImpl *)netif->state; in LiteNetifLinkChangeCallback() local
249 static int32_t LiteNetDevAdd(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevAdd()
307 static struct netif *GetNetIfFromDevImpl(const struct NetDeviceImpl *netDeviceImpl) in GetNetIfFromDevImpl()
317 static int32_t LiteNetDevDelete(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevDelete()
476 static int32_t LiteNetDhcpsStop(struct NetDeviceImpl *netDeviceImpl) in LiteNetDhcpsStop()
492 static int32_t LiteNetDhcpStart(struct NetDeviceImpl *netDeviceImpl) in LiteNetDhcpStart()
508 static int32_t LiteNetDhcpStop(struct NetDeviceImpl *netDeviceImpl) in LiteNetDhcpStop()
525 static int32_t LiteNetDhcpIsBound(struct NetDeviceImpl *netDeviceImpl) in LiteNetDhcpIsBound()
[all …]
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c82 static int32_t LiteNetDevInit(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevInit()
98 static int32_t LiteNetDevDeInit(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevDeInit()
264 struct NetDeviceImpl *netDeviceImpl = (struct NetDeviceImpl *)netif->state; in LiteNetifLinkChangeCallback() local
286 static int32_t LiteNetDevAdd(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevAdd()
346 static struct netif *GetNetIfFromDevImpl(const struct NetDeviceImpl *netDeviceImpl) in GetNetIfFromDevImpl()
356 static int32_t LiteNetDevDelete(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevDelete()
515 static int32_t LiteNetDhcpsStop(struct NetDeviceImpl *netDeviceImpl) in LiteNetDhcpsStop()
531 static int32_t LiteNetDhcpStart(struct NetDeviceImpl *netDeviceImpl) in LiteNetDhcpStart()
547 static int32_t LiteNetDhcpStop(struct NetDeviceImpl *netDeviceImpl) in LiteNetDhcpStop()
564 static int32_t LiteNetDhcpIsBound(struct NetDeviceImpl *netDeviceImpl) in LiteNetDhcpIsBound()
[all …]
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device.c37 static bool AddNetDeviceImplToTable(uint32_t index, struct NetDeviceImpl *netDeviceImpl) in AddNetDeviceImplToTable()
47 static void DeleteNetDeviceImplFromTable(const struct NetDeviceImpl *netDeviceImpl) in DeleteNetDeviceImplFromTable()
81 static void DeInitNetDeviceImpl(struct NetDeviceImpl *netDeviceImpl) in DeInitNetDeviceImpl()