Home | History | Annotate | Download | only in src

Lines Matching defs:try

528     /* Try to give the peer a previously configured IP address */
710 struct in_addr try;
714 try = iplist_next(&bundle->ncp.ipcp.cfg.peer_list);
716 f, inet_ntoa(try));
717 if (ipcp_SetIPaddress(&bundle->ncp.ipcp, gw, try)) {
718 log_Printf(LogIPCP, "Selected IP address %s\n", inet_ntoa(try));
725 try.s_addr = INADDR_ANY;
728 return try;
989 * try NAKing with that so that we don't have to upset things