Searched refs:rt_proto_add (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | ipv4.c | 319 rt_proto_add(&nroutes, rt); in inet_dhcproutes() 332 rt_proto_add(&nroutes, rt); in inet_dhcproutes() 351 rt_proto_add(&nroutes, rt); in inet_dhcproutes() 472 rt_proto_add(&troutes, rtp); in inet_routerhostroute() 476 rt_proto_add(routes, rth); in inet_routerhostroute() 480 rt_proto_add(routes, rtp); in inet_routerhostroute()
|
H A D | route.h | 140 struct rt * rt_proto_add(rb_tree_t *, struct rt *);
|
H A D | ipv4ll.c | 115 return rt_proto_add(routes, rt) ? 1 : 0; in ipv4ll_subnetroute() 142 return rt_proto_add(routes, rt) ? 1 : 0; in ipv4ll_defaultroute()
|
H A D | ipv6.c | 2309 rt_proto_add(routes, rt); in inet6_staticroutes() 2348 rt_proto_add(routes, rt); in inet6_raroutes() 2361 rt_proto_add(routes, rt); in inet6_raroutes() 2377 rt_proto_add(routes, rt); in inet6_raroutes() 2400 rt_proto_add(routes, rt); in inet6_dhcproutes()
|
H A D | script.c | 401 if (rt_proto_add(&ifaces, rt) != rt) in make_env()
|
H A D | route.c | 422 rt_proto_add(rb_tree_t *tree, struct rt *rt) in rt_proto_add() function
|
H A D | dhcp.c | 451 if (rt_proto_add(routes, rt)) in decode_rfc3442_rt() 635 if (rt_proto_add(routes, rt)) in get_option_routes() 657 if (rt_proto_add(routes, rt)) in get_option_routes()
|