Searched refs:have_ip (Results 1 – 5 of 5) sorted by relevance
47 ptu_uint_eq(last_ip.have_ip, 0); in init()78 last_ip.have_ip = 1; in status()102 last_ip.have_ip = 0; in status_noip()116 last_ip.have_ip = 1; in status_suppressed()146 last_ip.have_ip = 1; in query()175 last_ip.have_ip = 0; in query_noip()192 last_ip.have_ip = 1; in query_suppressed()202 static struct ptunit_result update_ip_suppressed(uint32_t have_ip) in update_ip_suppressed() argument209 last_ip.have_ip = have_ip; in update_ip_suppressed()218 ptu_uint_eq(last_ip.have_ip, have_ip); in update_ip_suppressed()[all …]
2236 dfix->decoder.ip.have_ip = 1; in ptu_dfix_init()
40 last_ip->have_ip = 0; in pt_last_ip_init()49 if (!last_ip->have_ip) { in pt_last_ip_query()94 last_ip->have_ip = 1; in pt_last_ip_update_ip()101 last_ip->have_ip = 1; in pt_last_ip_update_ip()108 last_ip->have_ip = 1; in pt_last_ip_update_ip()115 last_ip->have_ip = 1; in pt_last_ip_update_ip()121 last_ip->have_ip = 1; in pt_last_ip_update_ip()
1063 struct in_addr ipaddr, dstipaddr, have_ip; in IpcpDecodeConfig() local1220 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()[all …]
47 uint32_t have_ip:1; member