Home
last modified time | relevance | path

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

/external/libppp/src/
Droute.h60 extern void route_Change(struct bundle *, struct sticky_route *,
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()
Dipcp.c697 route_Change(bundle, bundle->ncp.route, &myncpaddr, &hisncpaddr); in ipcp_SetIPaddress()
701 route_Change(bundle, bundle->radius.routes, &myncpaddr, &hisncpaddr); in ipcp_SetIPaddress()
Droute.c549 route_Change(struct bundle *bundle, struct sticky_route *r, in route_Change() function