Searched refs:IFF_NO_PI (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/linux/
H A Dif_tun.h60 #define IFF_NO_PI 0x1000 macro
72 /* Protocol info prepended to the packets (when IFF_NO_PI is not set) */
/external/iproute2/ip/
H A Diptuntap.c113 ifr->ifr_flags |= IFF_NO_PI;
166 ifr->ifr_flags &= ~IFF_NO_PI;
257 if (!(flags & IFF_NO_PI))
266 flags &= ~(IFF_TUN|IFF_TAP|IFF_NO_PI|IFF_ONE_QUEUE|IFF_VNET_HDR);
/external/kernel-headers/original/uapi/linux/
H A Dif_tun.h65 #define IFF_NO_PI 0x1000 macro
87 /* Protocol info prepended to the packets (when IFF_NO_PI is not set) */
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c417 ifr.ifr_flags = IFF_TAP | IFF_NO_PI;
/external/qemu/net/
H A Dnet-android.c1417 ifr.ifr_flags = IFF_TAP | IFF_NO_PI;
H A Dnet.c1314 ifr.ifr_flags = IFF_TAP | IFF_NO_PI;

Completed in 166 milliseconds