Home
last modified time | relevance | path

Searched refs:AdvRoute (Results 1 – 4 of 4) sorted by relevance

/dports/net/radvd/radvd-2.19/
H A Dradvd.h100 struct AdvRoute *AdvRouteList;
167 struct AdvRoute { struct
175 struct AdvRoute *next; argument
309 void route_init_defaults(struct AdvRoute *, struct Interface *);
H A Dinterface.c133 void route_init_defaults(struct AdvRoute *route, struct Interface *iface) in route_init_defaults()
135 memset(route, 0, sizeof(struct AdvRoute)); in route_init_defaults()
277 struct AdvRoute *route = iface->AdvRouteList; in check_iface()
399 struct AdvRoute *route = iface->AdvRouteList; in free_iface_list()
401 struct AdvRoute *next_route = route->next; in free_iface_list()
H A Dgram.y145 struct AdvRoute *rinfo;
160 static struct AdvRoute *route;
230 | routedef { ADD_TO_LL(struct AdvRoute, AdvRouteList, $1); }
556 route = malloc(sizeof(struct AdvRoute));
H A Dsend.c46 struct AdvRoute const *route, int cease_adv, struct in6_addr const *dest);
55 …on_route(struct in6_addr const *dest, struct Interface const *iface, struct AdvRoute const *route);
420 struct AdvRoute const *route, int cease_adv, struct in6_addr const *dest) in add_ra_options_route()
864 …ion_route(struct in6_addr const *dest, struct Interface const *iface, struct AdvRoute const *route) in schedule_option_route()