Home
last modified time | relevance | path

Searched refs:route_ShowSticky (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Droute.h67 extern void route_ShowSticky(struct prompt *, struct sticky_route *,
H A Dncp.c469 route_ShowSticky(arg->prompt, ncp->route, "Sticky routes", 1); in ncp_Show()
H A Dradius.c1322 route_ShowSticky(p, r->routes, " Routes", 16); in radius_Show()
1325 route_ShowSticky(p, r->ipv6routes, " IPv6 Routes", 16); in radius_Show()
H A Droute.c658 route_ShowSticky(struct prompt *p, struct sticky_route *r, const char *tag, in route_ShowSticky() function