Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Droute.h60 extern void route_Change(struct bundle *, struct sticky_route *,
H A Dipv6cp.c253 route_Change(bundle, bundle->ncp.route, &ipv6cp->myaddr, &ipv6cp->hisaddr); in ipcp_SetIPv6address()
257 route_Change(bundle, bundle->radius.ipv6routes, &ipv6cp->myaddr, in ipcp_SetIPv6address()
H A Dipcp.c702 route_Change(bundle, bundle->ncp.route, &myncpaddr, &hisncpaddr); in ipcp_SetIPaddress()
706 route_Change(bundle, bundle->radius.routes, &myncpaddr, &hisncpaddr); in ipcp_SetIPaddress()
H A Droute.c543 route_Change(struct bundle *bundle, struct sticky_route *r, in route_Change() function