Searched refs:hisncpaddr (Results 1 – 1 of 1) sorted by relevance
/external/libppp/src/ |
D | ipcp.c | 662 struct ncpaddr myncpaddr, hisncpaddr; in ipcp_SetIPaddress() local 672 ncpaddr_setip4(&hisncpaddr, hisaddr); in ipcp_SetIPaddress() 682 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &hisncpaddr, in ipcp_SetIPaddress() 692 ncpaddr_getsa(&hisncpaddr, &ssdst); in ipcp_SetIPaddress() 697 route_Change(bundle, bundle->ncp.route, &myncpaddr, &hisncpaddr); in ipcp_SetIPaddress() 701 route_Change(bundle, bundle->radius.routes, &myncpaddr, &hisncpaddr); in ipcp_SetIPaddress()
|