Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_lwip_monitor.c27 struct netif *netif, netif_nsc_reason_t reason, const netif_ext_callback_args_t *args) in NetifStatusCallback()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dlnn_ip_utils_adapter.c28 struct netif *netif = NULL; in GetNetworkIpByIfName() local
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c106 static int32_t LwipSendCheck(struct netif *netif, const struct pbuf *lwipBuf) in LwipSendCheck()
120 static void LwipSend(struct netif *netif, struct pbuf *lwipBuf) in LwipSend()
143 static uint8_t LwipSetHwaddr(struct netif *netif, uint8_t *addr, uint8_t len) in LwipSetHwaddr()
169 static void LwipDrvConfig(struct netif *netif, uint32_t conFlags, uint8_t bit) in LwipDrvConfig()
237 static void LiteNetifLinkChangeCallback(struct netif *netif) in LiteNetifLinkChangeCallback()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c129 static int32_t LwipSendCheck(struct netif *netif, const struct pbuf *lwipBuf) in LwipSendCheck()
143 static void LwipSend(struct netif *netif, struct pbuf *lwipBuf) in LwipSend()
166 static uint8_t LwipSetHwaddr(struct netif *netif, uint8_t *addr, uint8_t len) in LwipSetHwaddr()
192 static void LwipDrvConfig(struct netif *netif, uint32_t conFlags, uint8_t bit) in LwipDrvConfig()
259 static void LiteNetifLinkChangeCallback(struct netif *netif) in LiteNetifLinkChangeCallback()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/misc/dsoftbus/src/
H A Dsoftbus_lwip_monitor.c74 static void NetifStatusCallback(struct netif *netif, netif_nsc_reason_t reason, in NetifStatusCallback()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c792 LnnNetIfMgr *netif = NULL; in LnnGetNetIfTypeByName() local