Searched refs:ipcp_SetIPaddress (Results 1 - 1 of 1) sorted by relevance

/external/libppp/src/
H A Dipcp.c658 ipcp_SetIPaddress(struct ipcp *ipcp, struct in_addr myaddr, function
717 if (ipcp_SetIPaddress(&bundle->ncp.ipcp, gw, try)) {
905 if (!ipcp_SetIPaddress(ipcp, ipcp->my_ip, ipcp->peer_ip)) {
984 !ipcp_SetIPaddress(ipcp, myaddr, ip)) {
1363 return ipcp_SetIPaddress(ipcp, myaddr, hisaddr);
1399 if (setaddr && !ipcp_SetIPaddress(ipcp, myaddr, ipcp->peer_ip))

Completed in 81 milliseconds