HomeSort by relevance Sort by last modified time
    Searched refs:IFF_NOTRAILERS (Results 1 - 8 of 8) sorted by null

  /external/libnl/include/linux/
if_bad.h 32 #define IFF_NOTRAILERS 0x20 /* avoid use of trailers */
  /bionic/libc/kernel/uapi/linux/
if.h 35 #define IFF_NOTRAILERS 0x20
  /development/ndk/platforms/android-3/include/linux/
if.h 27 #define IFF_NOTRAILERS 0x20
  /development/ndk/platforms/android-L/include/linux/
if.h 35 #define IFF_NOTRAILERS 0x20
  /external/iproute2/include/linux/
if.h 36 #define IFF_NOTRAILERS 0x20 /* avoid use of trailers */
  /external/kernel-headers/original/uapi/linux/
if.h 36 #define IFF_NOTRAILERS 0x20 /* avoid use of trailers */
  /external/iproute2/ip/
iplink.c 367 req->i.ifi_change |= IFF_NOTRAILERS;
369 req->i.ifi_flags |= IFF_NOTRAILERS;
371 req->i.ifi_flags &= ~IFF_NOTRAILERS;
855 mask |= IFF_NOTRAILERS;
857 flags |= IFF_NOTRAILERS;
859 flags &= ~IFF_NOTRAILERS;
  /external/libnl/lib/route/
link.c 35 * - IFF_NOTRAILERS
63 * IFF_NOTRAILERS Unused, BSD compat.
1037 __ADD(IFF_NOTRAILERS, notrailers)
    [all...]

Completed in 305 milliseconds