HomeSort by relevance Sort by last modified time
    Searched refs:RTF_HOST (Results 51 - 61 of 61) sorted by null

1 23

  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 95 rt.rt_flags |= RTF_UP | RTF_HOST;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
route.h 76 #define RTF_HOST 0x0004 /* Host entry (net otherwise). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
route.h 76 #define RTF_HOST 0x0004 /* Host entry (net otherwise). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
route.h 76 #define RTF_HOST 0x0004 /* Host entry (net otherwise). */
  /external/dhcpcd/
if-bsd.c 241 rtm.hdr.rtm_flags |= RTF_HOST;
251 if (rtm.hdr.rtm_flags & RTF_HOST ||
  /external/libppp/src/
arp.c 122 arpmsg.hdr.rtm_flags = RTF_ANNOUNCE | RTF_HOST | RTF_STATIC;
route.c 155 { RTF_HOST, 'H' },
  /system/core/libnetutils/
ifc_utils.c 522 rt.rt_flags |= RTF_HOST;
673 if ((flags & (RTF_UP|RTF_HOST)) != (RTF_UP|RTF_HOST)
841 rtmsg.rtmsg_flags |= RTF_HOST;
  /external/chromium_org/third_party/libjingle/source/talk/base/
network.cc 427 (iface_flags & (RTF_UP | RTF_HOST)) == RTF_UP) {
  /external/ppp/pppd/
sys-linux.c     [all...]
sys-solaris.c     [all...]

Completed in 855 milliseconds

1 23