Lines Matching refs:have_ip
1063 struct in_addr ipaddr, dstipaddr, have_ip; in IpcpDecodeConfig() local
1220 have_ip = ipcp->ns.dns[opt->hdr.id == TY_PRIMARY_DNS ? 0 : 1]; in IpcpDecodeConfig()
1222 if (opt->hdr.id == TY_PRIMARY_DNS && ipaddr.s_addr != have_ip.s_addr && in IpcpDecodeConfig()
1226 ipcp->ns.dns[1] = have_ip; in IpcpDecodeConfig()
1227 have_ip = ipcp->ns.dns[0]; in IpcpDecodeConfig()
1230 if (ipaddr.s_addr != have_ip.s_addr) { in IpcpDecodeConfig()
1237 memcpy(nak.data, &have_ip.s_addr, 4); in IpcpDecodeConfig()
1269 have_ip.s_addr = in IpcpDecodeConfig()
1272 if (have_ip.s_addr == INADDR_ANY) { in IpcpDecodeConfig()
1279 if (ipaddr.s_addr != have_ip.s_addr) { in IpcpDecodeConfig()
1282 memcpy(nak.data, &have_ip.s_addr, 4); in IpcpDecodeConfig()