Home
last modified time | relevance | path

Searched refs:netif_get_name (Results 1 - 11 of 11) sorted by relevance

/kernel/liteos_m/components/net/lwip-2.1/porting/include/lwip/
H A Dnetif.h76 #define netif_get_name(netif) ((netif)->full_name) macro
/kernel/uniproton/src/net/lwip-2.1/include/lwip/
H A Dnetif.h56 #define netif_get_name(netif) ((netif)->full_name) macro
/kernel/liteos_a/net/lwip-2.1/porting/include/lwip/
H A Dnetif.h92 #define netif_get_name(netif) ((netif)->full_name) macro
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dfixme.c306 netif_get_name(netif), netif->mtu));
334 netif_get_name(netif),
H A Dapi_shell.c285 ret = snprintf_s(tmp, buf_len, (buf_len - 1), "%s\t", netif_get_name(netif));
1235 if (strcmp(netif_get_name(netif), netif_get_name(arp_table[i].netif)) != 0) {
1244 netif_get_name(netif),
1270 netif_get_name(arp_table[i].netif),
3346 (void)snprintf_s((char *)netif_name, IFNAMSIZ, IFNAMSIZ - 1, "%s", netif_get_name(netif));
3814 PRINTK("%-16s ", netif_get_name(prefix_list[i].netif));
3849 PRINTK("%-16s ", netif_get_name(neighbor_cache[i].netif));
H A Ddhcps.c867 ("dhcps_start(netif=%p) %s\n", (void *)netif, netif_get_name(netif))); in dhcps_start()
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dsockets_porting.c327 ret = snprintf_s(ifreq.ifr_name, IFNAMSIZ, (IFNAMSIZ - 1), "%s", netif_get_name(netif)); in lwip_ioctl_internal_SIOCGIFCONF()
578 ret = snprintf_s(ifr->ifr_name, IFNAMSIZ, (IFNAMSIZ - 1), "%s", netif_get_name(netif)); in lwip_ioctl_internal_SIOCGIFNAME()
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsockets.c318 ret = snprintf_s(ifreq.ifr_name, IFNAMSIZ, (IFNAMSIZ - 1), "%s", netif_get_name(netif)); in OsLwipIoctlInternalSiocgifConf()
558 ret = snprintf_s(ifr->ifr_name, IFNAMSIZ, (IFNAMSIZ - 1), "%s", netif_get_name(netif)); in OsLwipIoctlInternalSiocgifName()
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/
H A Dlwip_ifaddrs.c109 ret = snprintf_s(ifaddr->ifa_name, NETIF_NAMESIZE, (NETIF_NAMESIZE - 1), "%s", netif_get_name(netif)); in get_ifa_name()
/kernel/uniproton/src/net/lwip-2.1/enhancement/src/
H A Dlwip_ifaddrs.c95 ret = snprintf_s(ifaddr->ifa_name, NETIF_NAMESIZE, (NETIF_NAMESIZE - 1), "%s", netif_get_name(netif)); in OsGetIfaName()
/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Dsockets.c520 ret = snprintf_s(ifreq.ifr_name, IFNAMSIZ, (IFNAMSIZ - 1), "%s", netif_get_name(netif));
1092 ret = snprintf_s(ifr->ifr_name, IFNAMSIZ, (IFNAMSIZ - 1), "%s", netif_get_name(netif));

Completed in 12 milliseconds