Searched defs:IOS (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/doc/
H A Dip-tunnels.tex344 \section{Linux and Cisco IOS tunnels.}
346 Among another tunnels Cisco IOS supports IPIP and GRE.
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTriple.h88 IOS, enumerator in enum:llvm::Triple::OSType
265 return isMacOSX() || getOS() == Triple::IOS;
/external/llvm/include/llvm/ADT/
H A DTriple.h147 IOS, enumerator in enum:llvm::Triple::OSType
312 /// This may also be called with IOS triples but the OS X version number is
318 /// only be called with IOS or generic triples.
429 return getOS() == Triple::IOS || isTvOS();

Completed in 236 milliseconds