OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sticky_route
(Results
1 - 4
of
4
) sorted by null
/external/libppp/src/
route.h
47
struct
sticky_route
{
struct
49
struct
sticky_route
*next; /* next in list */
60
extern void route_Change(struct bundle *, struct
sticky_route
*,
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
*,
radius.h
55
struct
sticky_route
*routes; /* FRAMED Routes */
61
struct
sticky_route
*ipv6routes; /* FRAMED IPv6 Routes */
route.c
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
[
all
...]
ncp.h
48
struct
sticky_route
*route; /* List of dynamic routes */
Completed in 113 milliseconds