Home
last modified time | relevance | path

Searched refs:rtentry (Results 1 – 23 of 23) sorted by relevance

/external/toybox/toys/pending/
Droute.c177 static void is_prefix(char **tip, char **netmask, struct rtentry *rt) in is_prefix()
195 static void get_next_params(char **argv, struct rtentry *rt, char **netmask) in get_next_params()
275 static void verify_netmask(struct rtentry *rt, char *netmask) in verify_netmask()
293 struct rtentry rt; in setroute()
303 memset(&rt, 0, sizeof(struct rtentry)); in setroute()
/external/kernel-headers/original/uapi/linux/
Droute.h30 struct rtentry { struct
/external/ppp/pppd/
Dsys-linux.c239 static int read_route_table (struct rtentry *rt);
240 static int defaultroute_exists (struct rtentry *rt);
1460 static int read_route_table (struct rtentry *rt);
1535 static int read_route_table(struct rtentry *rt) in read_route_table()
1540 memset (rt, '\0', sizeof (struct rtentry)); in read_route_table()
1568 static int defaultroute_exists (struct rtentry *rt) in defaultroute_exists()
1600 struct rtentry rt; in have_route_to()
1626 struct rtentry rt; in sifdefaultroute()
1666 struct rtentry rt; in cifdefaultroute()
2369 struct rtentry rt; in sifaddr()
[all …]
Dsys-solaris.c2046 struct rtentry rt;
2075 struct rtentry rt;
2609 struct rtentry rt;
/external/tcpdump/
Dprint-sunatm.c44 struct rtentry;
Dconfigure.in59 struct rtentry;
670 struct rtentry;
716 struct rtentry;
Daddrtoname.c38 struct rtentry; /* declarations in <net/if.h> */
Dprint-decnet.c34 struct rtentry;
Dconfigure4240 struct rtentry;
/external/llvm/test/CodeGen/X86/
D2009-04-29-LinearScanBug.ll40 …struct.sockaddr*, %struct.ifnet*, %struct.ifaddrhead, void (i32, %struct.rtentry*, %struct.sockadd…
97 %struct.route = type { %struct.rtentry*, i32, %struct.sockaddr }
99rtentry = type { [2 x %struct.radix_node], %struct.sockaddr*, i32, i32, %struct.ifnet*, %struct.if…
/external/libpcap/
Dfad-gifc.c53 struct rtentry; /* declarations in <net/if.h> */
Dfad-glifc.c54 struct rtentry; /* declarations in <net/if.h> */
Dnametoaddr.c60 struct rtentry; /* declarations in <net/if.h> */
Dpcap-pf.c43 struct rtentry;
Dinet.c59 struct rtentry; /* declarations in <net/if.h> */
Dgrammar.y44 struct rtentry;
Dpcap-dag.c43 struct rtentry; /* declarations in <net/if.h> */
Dconfigure.in148 struct rtentry;
200 struct rtentry;
246 struct rtentry;
Dgrammar.c121 struct rtentry;
Dconfigure5091 struct rtentry;
/external/iputils/
Drdisc.c1493 struct rtentry rt; in rtioctl()
1496 memset((char *)&rt, 0, sizeof(struct rtentry)); in rtioctl()
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_ssdp.c819 struct rtentry rt; in add_ssdp_network()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc387 unsigned struct_rtentry_sz = sizeof(struct rtentry);