Home
last modified time | relevance | path

Searched refs:IFF_NOARP (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dif.h39 IFF_NOARP = 1 << 7, enumerator
64 #define IFF_NOARP IFF_NOARP macro
/bionic/tests/
Difaddrs_test.cpp201 if ((flags & IFF_NOARP) != 0) result += " NOARP"; in FlagsToString()