Searched refs:IFF_DYNAMIC (Results 1 – 10 of 10) sorted by relevance
100 IFF_DYNAMIC = 1<<15, /* sysfs */ enumerator127 #define IFF_DYNAMIC IFF_DYNAMIC macro
50 IFF_DYNAMIC = 1 << 15, enumerator75 #define IFF_DYNAMIC IFF_DYNAMIC macro
39 IFF_DYNAMIC = 1<<15, enumerator64 #define IFF_DYNAMIC IFF_DYNAMIC macro
61 #define IFF_DYNAMIC 0x8000 macro
443 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()
460 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()
122 ifaddr->ifa_flags |= IFF_DYNAMIC; in OsGetIpv4Ifaddr()
136 ifaddr->ifa_flags |= IFF_DYNAMIC; in get_ipv4_ifaddr()
907 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()
8462 IFF_DYNAMIC | IFF_MULTICAST | IFF_PORTSEL | in __dev_change_flags()