Home
last modified time | relevance | path

Searched refs:link_layer_type (Results 1 - 14 of 14) sorted by relevance

/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Ddriverif.c58 const char *prefix = (netif->link_layer_type == WIFI_DRIVER_IF) ? "wlan" : "eth";
250 u16_t link_layer_type; local
255 link_layer_type = netif->link_layer_type;
256 LWIP_ERROR("driverif_init : invalid link_layer_type in netif", \
257 ((link_layer_type == ETHERNET_DRIVER_IF) || (link_layer_type == WIFI_DRIVER_IF)), \
361 netif->link_layer_type = VETH_DRIVER_IF;
H A Dsockets.c513 if (netif->link_layer_type == LOOPBACK_IF) {
603 else if (netif->link_layer_type == LOOPBACK_IF) {
699 else if (netif->link_layer_type == LOOPBACK_IF) {
783 else if (netif->link_layer_type == LOOPBACK_IF) {
861 else if (netif->link_layer_type == LOOPBACK_IF) {
894 else if (netif->link_layer_type == LOOPBACK_IF) {
923 else if (netif->link_layer_type == LOOPBACK_IF) {
1048 if (netif->link_layer_type == LOOPBACK_IF) {
1086 if (netif->link_layer_type == LOOPBACK_IF) {
1159 } else if (netif->link_layer_type
[all...]
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Ddriverif.c62 switch (netif->link_layer_type) { in driverif_get_ifname_prefix()
73 LWIP_ASSERT("invalid link_layer_type", 0); in driverif_get_ifname_prefix()
280 u16_t link_layer_type; in driverif_init() local
285 link_layer_type = netif->link_layer_type; in driverif_init()
286 LWIP_ERROR("driverif_init : invalid link_layer_type in netif", \ in driverif_init()
287 ((link_layer_type == ETHERNET_DRIVER_IF) \ in driverif_init()
288 || (link_layer_type == WIFI_DRIVER_IF \ in driverif_init()
289 || link_layer_type == BT_PROXY_IF)), \ in driverif_init()
H A Dsockets_porting.c320 if (netif->link_layer_type == LOOPBACK_IF) { in lwip_ioctl_internal_SIOCGIFCONF()
393 else if (netif->link_layer_type == LOOPBACK_IF) { in lwip_ioctl_internal_SIOCGIFHWADDR()
416 else if (netif->link_layer_type == LOOPBACK_IF) { in lwip_ioctl_internal_SIOCSIFFLAGS()
541 if (netif->link_layer_type == LOOPBACK_IF) { in lwip_ioctl_internal_SIOCGIFFLAGS()
572 if (netif->link_layer_type == LOOPBACK_IF) { in lwip_ioctl_internal_SIOCGIFNAME()
639 } else if (netif->link_layer_type == LOOPBACK_IF) { in lwip_ioctl_internal_SIOCSIFNAME()
H A Dapi_shell.c100 if (netif->link_layer_type == LOOPBACK_IF) { in print_netif()
/kernel/liteos_a/net/lwip-2.1/porting/include/lwip/
H A Dnetif.h56 u16_t link_layer_type
63 u16_t link_layer_type
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsockets.c311 if (netif->link_layer_type == LOOPBACK_IF) { in OsLwipIoctlInternalSiocgifConf()
378 if (netif->link_layer_type == LOOPBACK_IF) { in OsLwipIoctlInternalSiocgifHwAddr()
399 if (netif->link_layer_type == LOOPBACK_IF) { in OsLwipIoctlInternalSiocsifFlags()
521 if (netif->link_layer_type == LOOPBACK_IF) { in OsLwipIoctlInternalSiocgifFlags()
552 if (netif->link_layer_type == LOOPBACK_IF) { in OsLwipIoctlInternalSiocgifName()
616 } else if (netif->link_layer_type == LOOPBACK_IF) { in OsLwipIoctlInternalSiocsifName()
H A Ddriverif.c44 switch (netif->link_layer_type) { in OsDriverifGetIfnamePrefix()
55 LWIP_ASSERT("invalid link_layer_type", 0); in OsDriverifGetIfnamePrefix()
264 linkLayerType = netif->link_layer_type; in driverif_init()
265 LWIP_ERROR("driverif_init : invalid link_layer_type in netif", \ in driverif_init()
/kernel/liteos_m/components/net/lwip-2.1/porting/include/lwip/
H A Dnetif.h51 u16_t link_layer_type
/kernel/uniproton/src/net/lwip-2.1/include/lwip/
H A Dnetif.h35 u16_t link_layer_type
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/
H A Dlwip_ifaddrs.c105 if (netif->link_layer_type == LOOPBACK_IF) { in get_ifa_name()
151 if (netif->link_layer_type == LOOPBACK_IF) { in get_ipv4_ifaddr()
/kernel/uniproton/src/net/lwip-2.1/enhancement/src/
H A Dlwip_ifaddrs.c91 if (netif->link_layer_type == LOOPBACK_IF) { in OsGetIfaName()
137 if (netif->link_layer_type == LOOPBACK_IF) { in OsGetIpv4Ifaddr()
/kernel/liteos_m/components/net/test/
H A Dnet_socket_test_011.c291 btNetif->link_layer_type = BT_PROXY_IF; in CreateBtNetIf()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c282 if (netif->link_layer_type == LOOPBACK_IF) {

Completed in 13 milliseconds