Searched refs:sticky_route (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | route.h | 47 struct sticky_route { struct 49 struct sticky_route *next; /* next in list */ argument 60 extern void route_Change(struct bundle *, struct sticky_route *, argument 62 extern void route_Add(struct sticky_route **, int, const struct ncprange *, 64 extern void route_Delete(struct sticky_route **, int, const struct ncprange *); 65 extern void route_DeleteAll(struct sticky_route **); 66 extern void route_Clean(struct bundle *, struct sticky_route *); 67 extern void route_ShowSticky(struct prompt *, struct sticky_route *,
|
H A D | radius.h | 55 struct sticky_route *routes; /* FRAMED Routes */ 61 struct sticky_route *ipv6routes; /* FRAMED IPv6 Routes */
|
H A D | route.c | 543 route_Change(struct bundle *bundle, struct sticky_route *r, in route_Change() 596 route_Add(struct sticky_route **rp, int type, const struct ncprange *dst, in route_Add() 599 struct sticky_route *r; in route_Add() 615 r = (struct sticky_route *)malloc(sizeof(struct sticky_route)); in route_Add() 629 route_Delete(struct sticky_route **rp, int type, const struct ncprange *dst) in route_Delete() 631 struct sticky_route *r; in route_Delete() 646 route_DeleteAll(struct sticky_route **rp) in route_DeleteAll() 648 struct sticky_route *r, *rn; in route_DeleteAll() 658 route_ShowSticky(struct prompt *p, struct sticky_route *r, const char *tag, in route_ShowSticky()
|
H A D | ncp.h | 49 struct sticky_route *route; /* List of dynamic routes */
|