Searched refs:rtentry (Results 1 – 23 of 23) sorted by relevance
/external/toybox/toys/pending/ |
D | route.c | 177 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/ |
D | route.h | 30 struct rtentry { struct
|
/external/ppp/pppd/ |
D | sys-linux.c | 239 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 …]
|
D | sys-solaris.c | 2046 struct rtentry rt; 2075 struct rtentry rt; 2609 struct rtentry rt;
|
/external/tcpdump/ |
D | print-sunatm.c | 44 struct rtentry;
|
D | configure.in | 59 struct rtentry; 670 struct rtentry; 716 struct rtentry;
|
D | addrtoname.c | 38 struct rtentry; /* declarations in <net/if.h> */
|
D | print-decnet.c | 34 struct rtentry;
|
D | configure | 4240 struct rtentry;
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-LinearScanBug.ll | 40 …struct.sockaddr*, %struct.ifnet*, %struct.ifaddrhead, void (i32, %struct.rtentry*, %struct.sockadd… 97 %struct.route = type { %struct.rtentry*, i32, %struct.sockaddr } 99 …rtentry = type { [2 x %struct.radix_node], %struct.sockaddr*, i32, i32, %struct.ifnet*, %struct.if…
|
/external/libpcap/ |
D | fad-gifc.c | 53 struct rtentry; /* declarations in <net/if.h> */
|
D | fad-glifc.c | 54 struct rtentry; /* declarations in <net/if.h> */
|
D | nametoaddr.c | 60 struct rtentry; /* declarations in <net/if.h> */
|
D | pcap-pf.c | 43 struct rtentry;
|
D | inet.c | 59 struct rtentry; /* declarations in <net/if.h> */
|
D | grammar.y | 44 struct rtentry;
|
D | pcap-dag.c | 43 struct rtentry; /* declarations in <net/if.h> */
|
D | configure.in | 148 struct rtentry; 200 struct rtentry; 246 struct rtentry;
|
D | grammar.c | 121 struct rtentry;
|
D | configure | 5091 struct rtentry;
|
/external/iputils/ |
D | rdisc.c | 1493 struct rtentry rt; in rtioctl() 1496 memset((char *)&rt, 0, sizeof(struct rtentry)); in rtioctl()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_ssdp.c | 819 struct rtentry rt; in add_ssdp_network()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 387 unsigned struct_rtentry_sz = sizeof(struct rtentry);
|