usr.sbin/ppp/ncp.h
49
struct sticky_route *route; /* List of dynamic routes */
usr.sbin/ppp/radius.h
51
struct sticky_route *routes; /* FRAMED Routes */
usr.sbin/ppp/route.c
545
route_Change(struct bundle *bundle, struct sticky_route *r,
usr.sbin/ppp/route.c
598
route_Add(struct sticky_route **rp, int type, const struct ncprange *dst,
usr.sbin/ppp/route.c
601
struct sticky_route *r;
usr.sbin/ppp/route.c
617
r = (struct sticky_route *)malloc(sizeof(struct sticky_route));
usr.sbin/ppp/route.c
626
route_Delete(struct sticky_route **rp, int type, const struct ncprange *dst)
usr.sbin/ppp/route.c
628
struct sticky_route *r;
usr.sbin/ppp/route.c
643
route_DeleteAll(struct sticky_route **rp)
usr.sbin/ppp/route.c
645
struct sticky_route *r, *rn;
usr.sbin/ppp/route.c
655
route_ShowSticky(struct prompt *p, struct sticky_route *r, const char *tag,
usr.sbin/ppp/route.h
50
struct sticky_route *next; /* next in list */
usr.sbin/ppp/route.h
61
extern void route_Change(struct bundle *, struct sticky_route *,
usr.sbin/ppp/route.h
63
extern void route_Add(struct sticky_route **, int, const struct ncprange *,
usr.sbin/ppp/route.h
65
extern void route_Delete(struct sticky_route **, int, const struct ncprange *);
usr.sbin/ppp/route.h
66
extern void route_DeleteAll(struct sticky_route **);
usr.sbin/ppp/route.h
67
extern void route_Clean(struct bundle *, struct sticky_route *);
usr.sbin/ppp/route.h
68
extern void route_ShowSticky(struct prompt *, struct sticky_route *,