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

/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-last_ip.c47 ptu_uint_eq(last_ip.have_ip, 0);
78 last_ip.have_ip = 1;
102 last_ip.have_ip = 0;
116 last_ip.have_ip = 1;
146 last_ip.have_ip = 1;
175 last_ip.have_ip = 0;
192 last_ip.have_ip = 1;
202 static struct ptunit_result update_ip_suppressed(uint32_t have_ip) argument
209 last_ip.have_ip = have_ip;
224 update_ip_upd16(uint32_t have_ip) argument
246 update_ip_upd32(uint32_t have_ip) argument
268 update_ip_sext48(uint32_t have_ip) argument
290 update_ip_bad_packet(uint32_t have_ip) argument
323 update_ip_null_packet(uint32_t have_ip) argument
[all...]
H A Dptunit-query.c2236 dfix->decoder.ip.have_ip = 1;
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_last_ip.c40 last_ip->have_ip = 0;
49 if (!last_ip->have_ip) {
94 last_ip->have_ip = 1;
101 last_ip->have_ip = 1;
108 last_ip->have_ip = 1;
115 last_ip->have_ip = 1;
121 last_ip->have_ip = 1;
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_last_ip.h47 uint32_t have_ip:1; member in struct:pt_last_ip
/freebsd-12-stable/usr.sbin/ppp/
H A Dipcp.c1065 struct in_addr ipaddr, dstipaddr, have_ip; local
1222 have_ip = ipcp->ns.dns[opt->hdr.id == TY_PRIMARY_DNS ? 0 : 1];
1224 if (opt->hdr.id == TY_PRIMARY_DNS && ipaddr.s_addr != have_ip.s_addr &&
1228 ipcp->ns.dns[1] = have_ip;
1229 have_ip = ipcp->ns.dns[0];
1232 if (ipaddr.s_addr != have_ip.s_addr) {
1239 memcpy(nak.data, &have_ip.s_addr, 4);
1271 have_ip.s_addr =
1274 if (have_ip.s_addr == INADDR_ANY) {
1281 if (ipaddr.s_addr != have_ip
[all...]

Completed in 114 milliseconds