Home
last modified time | relevance | path

Searched defs:IFF_LOOPBACK (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
Dif.h34 #define IFF_LOOPBACK 0x8 /* is a loopback net */ macro
/external/iproute2/include/linux/
Dif.h34 #define IFF_LOOPBACK 0x8 /* is a loopback net */ macro
/external/okhttp/src/main/java/libcore/io/
DOsConstants.java165 public static final int IFF_LOOPBACK = placeholder(); field in OsConstants