Lines Matching refs:sticky_route
549 route_Change(struct bundle *bundle, struct sticky_route *r,
602 route_Add(struct sticky_route **rp, int type, const struct ncprange *dst,
605 struct sticky_route *r;
621 r = (struct sticky_route *)malloc(sizeof(struct sticky_route));
635 route_Delete(struct sticky_route **rp, int type, const struct ncprange *dst)
637 struct sticky_route *r;
652 route_DeleteAll(struct sticky_route **rp)
654 struct sticky_route *r, *rn;
664 route_ShowSticky(struct prompt *p, struct sticky_route *r, const char *tag,