Searched defs:netDeviceImpl (Results 1 – 3 of 3) sorted by relevance
57 static int32_t LiteNetDevInit(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevInit()75 static int32_t LiteNetDevDeInit(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevDeInit()177 static struct netif *CreateLwipNetIf(const struct NetDeviceImpl *netDeviceImpl, const struct NetDev… in CreateLwipNetIf()242 struct NetDeviceImpl *netDeviceImpl = (struct NetDeviceImpl *)netif->state; in LiteNetifLinkChangeCallback() local249 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()334 static int32_t LiteNetDevSetStatus(struct NetDeviceImpl *netDeviceImpl, NetIfStatus status) in LiteNetDevSetStatus()357 static int32_t LiteNetDevSetLinkStatus(struct NetDeviceImpl *netDeviceImpl, NetIfLinkStatus status) in LiteNetDevSetLinkStatus()367 static int32_t LiteNetDevGetLinkStatus(struct NetDeviceImpl *netDeviceImpl, NetIfLinkStatus *status) in LiteNetDevGetLinkStatus()[all …]
82 static int32_t LiteNetDevInit(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevInit()98 static int32_t LiteNetDevDeInit(struct NetDeviceImpl *netDeviceImpl) in LiteNetDevDeInit()200 static struct netif *CreateLwipNetIf(const struct NetDeviceImpl *netDeviceImpl, const struct NetDev… in CreateLwipNetIf()264 struct NetDeviceImpl *netDeviceImpl = (struct NetDeviceImpl *)netif->state; in LiteNetifLinkChangeCallback() local286 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()373 static int32_t LiteNetDevSetStatus(struct NetDeviceImpl *netDeviceImpl, NetIfStatus status) in LiteNetDevSetStatus()396 static int32_t LiteNetDevSetLinkStatus(struct NetDeviceImpl *netDeviceImpl, NetIfLinkStatus status) in LiteNetDevSetLinkStatus()406 static int32_t LiteNetDevGetLinkStatus(struct NetDeviceImpl *netDeviceImpl, NetIfLinkStatus *status) in LiteNetDevGetLinkStatus()[all …]
37 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()