Home
last modified time | relevance | path

Searched refs:IFF_DYNAMIC (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
Dif.h100 IFF_DYNAMIC = 1<<15, /* sysfs */ enumerator
127 #define IFF_DYNAMIC IFF_DYNAMIC macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif.h50 IFF_DYNAMIC = 1 << 15, enumerator
75 #define IFF_DYNAMIC IFF_DYNAMIC macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif.h39 IFF_DYNAMIC = 1<<15, enumerator
64 #define IFF_DYNAMIC IFF_DYNAMIC macro
/kernel/liteos_m/kal/libc/newlib/porting/include/net/
Dif.h61 #define IFF_DYNAMIC 0x8000 macro
/kernel/uniproton/src/net/lwip-2.1/src/
Dsockets.c443 if ((unsigned short)ifr->ifr_flags & IFF_DYNAMIC) { in OsLwipIoctlInternalSiocsifFlags()
514 ifr->ifr_flags = (short)((unsigned short)ifr->ifr_flags | IFF_DYNAMIC); in OsLwipIoctlInternalSiocgifFlags()
516 ifr->ifr_flags = (short)((unsigned short)ifr->ifr_flags & (~IFF_DYNAMIC)); in OsLwipIoctlInternalSiocgifFlags()
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Dsockets_porting.c460 if ((unsigned short)ifr->ifr_flags & IFF_DYNAMIC) { in lwip_ioctl_internal_SIOCSIFFLAGS()
534 ifr->ifr_flags = (short)((unsigned short)ifr->ifr_flags | IFF_DYNAMIC); in lwip_ioctl_internal_SIOCGIFFLAGS()
536 ifr->ifr_flags = (short)((unsigned short)ifr->ifr_flags & (~IFF_DYNAMIC)); in lwip_ioctl_internal_SIOCGIFFLAGS()
/kernel/uniproton/src/net/lwip-2.1/enhancement/src/
Dlwip_ifaddrs.c122 ifaddr->ifa_flags |= IFF_DYNAMIC; in OsGetIpv4Ifaddr()
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/
Dlwip_ifaddrs.c136 ifaddr->ifa_flags |= IFF_DYNAMIC; in get_ipv4_ifaddr()
/kernel/liteos_a/net/lwip-2.1/porting/src/
Dsockets.c907 if ((unsigned short)ifr->ifr_flags & IFF_DYNAMIC) { in lwip_ioctl_internal_SIOCSIFFLAGS()
981 ifr->ifr_flags = (short)((unsigned short)ifr->ifr_flags | IFF_DYNAMIC); in lwip_ioctl_internal_SIOCGIFFLAGS()
983 ifr->ifr_flags = (short)((unsigned short)ifr->ifr_flags & (~IFF_DYNAMIC)); in lwip_ioctl_internal_SIOCGIFFLAGS()
/kernel/linux/linux-5.10/net/core/
Ddev.c8462 IFF_DYNAMIC | IFF_MULTICAST | IFF_PORTSEL | in __dev_change_flags()