Lines Matching +full:0 +full:x10002

79 #define RANGE_DNCP_RESERVED    0x10000
80 #define RANGE_HNCP_UNASSIGNED 0x10001
81 #define RANGE_DNCP_PRIVATE_USE 0x10002
82 #define RANGE_DNCP_FUTURE_USE 0x10003
112 { 0, NULL}
123 { 0, NULL }
134 { 0, NULL }
151 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xFF, 0xFF }; in is_ipv4_mapped_address()
153 return memcmp(addr, ipv4_mapped_heading, IPV4_MAPPED_HEADING_LEN) == 0; in is_ipv4_mapped_address()
160 static int i = 0; in format_nid()
172 static int i = 0; in format_256()
187 static int i = 0; in format_interval()
218 memset(&addr, 0, sizeof(addr)); in print_prefix()
225 ((0xff00 >> (plen % 8)) & 0xff); in print_prefix()
231 if (plenbytes < 0) in print_prefix()
243 u_int length = 0; in print_dns_label()
247 if (lab_length == 0) in print_dns_label()
273 i = 0; in dhcpv4_print()
283 for (t = indent; t > 0; t--) in dhcpv4_print()
294 if (optlen < 4 || optlen % 4 != 0) { in dhcpv4_print()
297 for (t = 0; t < optlen; t += 4) in dhcpv4_print()
314 return 0; in dhcpv4_print()
325 i = 0; in dhcpv6_print()
335 for (t = indent; t > 0; t--) in dhcpv6_print()
346 if (optlen % 16 != 0) { in dhcpv6_print()
350 for (t = 0; t < optlen; t += 16) in dhcpv6_print()
367 return 0; in dhcpv6_print()
381 if (count > 0) { in print_type_in_line()
383 *first_one = 0; in print_type_in_line()
387 for (t = indent; t > 0; t--) in print_type_in_line()
410 uint32_t last_type_mask = 0xffffffffU; in hncp_print_rec()
417 i = 0; in hncp_print_rec()
423 for (t = indent; t > 0; t--) in hncp_print_rec()
439 (type == 0) ? RANGE_DNCP_RESERVED: in hncp_print_rec()
448 t = 0; in hncp_print_rec()
451 if (key > 0xffff) in hncp_print_rec()
473 if (type_mask > 0xffff) in hncp_print_rec()
480 if (bodylen != 0) in hncp_print_rec()
599 M = (uint8_t)((capabilities >> 12) & 0xf); in hncp_print_rec()
600 P = (uint8_t)((capabilities >> 8) & 0xf); in hncp_print_rec()
601 H = (uint8_t)((capabilities >> 4) & 0xf); in hncp_print_rec()
602 L = (uint8_t)(capabilities & 0xf); in hncp_print_rec()
631 if (l < 0) { in hncp_print_rec()
660 if (policy == 0) { in hncp_print_rec()
673 if (l < 0) { in hncp_print_rec()
705 if (bodylen == 0) { in hncp_print_rec()
709 if (dhcpv4_print(ndo, value, bodylen, indent+1) != 0) in hncp_print_rec()
715 if (bodylen == 0) { in hncp_print_rec()
719 if (dhcpv6_print(ndo, value, bodylen, indent+1) != 0) { in hncp_print_rec()
733 prty = GET_U_1(value + 4) & 0xf; in hncp_print_rec()
739 if ((l = print_prefix(ndo, value + 5, bodylen - 5)) < 0) { in hncp_print_rec()
784 if (len < 0) { in hncp_print_rec()
796 if (bodylen == 0) { in hncp_print_rec()