Symbol: sticky_route
usr.sbin/ppp/ncp.h
49
struct sticky_route *route; /* List of dynamic routes */
usr.sbin/ppp/radius.h
55
struct sticky_route *routes; /* FRAMED Routes */
usr.sbin/ppp/radius.h
61
struct sticky_route *ipv6routes; /* FRAMED IPv6 Routes */
usr.sbin/ppp/route.c
543
route_Change(struct bundle *bundle, struct sticky_route *r,
usr.sbin/ppp/route.c
596
route_Add(struct sticky_route **rp, int type, const struct ncprange *dst,
usr.sbin/ppp/route.c
599
struct sticky_route *r;
usr.sbin/ppp/route.c
615
r = (struct sticky_route *)malloc(sizeof(struct sticky_route));
usr.sbin/ppp/route.c
629
route_Delete(struct sticky_route **rp, int type, const struct ncprange *dst)
usr.sbin/ppp/route.c
631
struct sticky_route *r;
usr.sbin/ppp/route.c
646
route_DeleteAll(struct sticky_route **rp)
usr.sbin/ppp/route.c
648
struct sticky_route *r, *rn;
usr.sbin/ppp/route.c
658
route_ShowSticky(struct prompt *p, struct sticky_route *r, const char *tag,
usr.sbin/ppp/route.h
49
struct sticky_route *next; /* next in list */
usr.sbin/ppp/route.h
60
extern void route_Change(struct bundle *, struct sticky_route *,
usr.sbin/ppp/route.h
62
extern void route_Add(struct sticky_route **, int, const struct ncprange *,
usr.sbin/ppp/route.h
64
extern void route_Delete(struct sticky_route **, int, const struct ncprange *);
usr.sbin/ppp/route.h
65
extern void route_DeleteAll(struct sticky_route **);
usr.sbin/ppp/route.h
66
extern void route_Clean(struct bundle *, struct sticky_route *);
usr.sbin/ppp/route.h
67
extern void route_ShowSticky(struct prompt *, struct sticky_route *,