HomeSort by relevance Sort by last modified time
    Searched refs:rtentry (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/net/
route.h 56 struct rtentry *ro_rt;
102 struct rtentry { struct
115 struct rtentry *rt_gwroute; /* implied entry for gatewayed routes */
117 struct sockaddr *, struct rtentry *));
119 struct rtentry *rt_parent; /* cloning parent of this route */
188 int rtm_use; /* from rtentry */
275 void rt_newaddrmsg __P((int, struct ifaddr *, int, struct rtentry *));
277 int rt_setgate __P((struct rtentry *,
281 struct rtentry *
283 void rtfree __P((struct rtentry *));
    [all...]
  /bionic/libc/kernel/uapi/linux/
route.h 23 struct rtentry { struct
  /external/kernel-headers/original/uapi/linux/
route.h 31 struct rtentry { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
route.h 30 struct rtentry { struct
  /external/tcpdump/
print-sunatm.c 42 struct rtentry;
addrtoname.c 34 struct rtentry; /* declarations in <net/if.h> */
    [all...]
print-decnet.c 31 struct rtentry;
    [all...]
  /external/toybox/toys/pending/
route.c 192 static void get_next_params(char **argv, struct rtentry *rt, char **netmask)
241 static void verify_netmask(struct rtentry *rt, char *netmask)
259 struct rtentry rt;
269 memset(&rt, 0, sizeof(struct rtentry));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
route.h 32 struct rtentry struct
  /external/ppp/pppd/
sys-linux.c 239 static int read_route_table (struct rtentry *rt);
240 static int defaultroute_exists (struct rtentry *rt);
    [all...]
sys-solaris.c     [all...]
  /external/libpcap/
fad-gifc.c 48 struct rtentry; /* declarations in <net/if.h> */
fad-glifc.c 49 struct rtentry; /* declarations in <net/if.h> */
inet.c 54 struct rtentry; /* declarations in <net/if.h> */
nametoaddr.c 81 struct rtentry; /* declarations in <net/if.h> */
fad-helpers.c 54 struct rtentry; /* declarations in <net/if.h> */
pcap-pf.c 38 struct rtentry;
grammar.y 65 struct rtentry;
pcap-dag.c 38 struct rtentry; /* declarations in <net/if.h> */
    [all...]
grammar.c 111 struct rtentry;
    [all...]
  /system/core/libnetutils/
ifc_utils.c 534 struct rtentry rt;
671 struct rtentry rt;
  /device/linaro/bootloader/edk2/StdLib/Include/netinet6/
in6.h 393 struct rtentry *ro_rt;
  /external/iputils/
rdisc.c     [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 806 struct rtentry rt;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 444 unsigned struct_rtentry_sz = sizeof(struct rtentry);
    [all...]

Completed in 879 milliseconds

1 2