Lines Matching refs:ND_PRINT

114 		ND_PRINT((ndo, ": gmtime() error"));  in ahcp_time_print()
116 ND_PRINT((ndo, ": strftime() error")); in ahcp_time_print()
118 ND_PRINT((ndo, ": %s UTC", buf)); in ahcp_time_print()
122 ND_PRINT((ndo, ": %s", cstr)); in ahcp_time_print()
126 ND_PRINT((ndo, "%s", tstr)); in ahcp_time_print()
136 ND_PRINT((ndo, ": %us", EXTRACT_32BITS(cp))); in ahcp_seconds_print()
140 ND_PRINT((ndo, ": %s", cstr)); in ahcp_seconds_print()
144 ND_PRINT((ndo, "%s", tstr)); in ahcp_seconds_print()
158 ND_PRINT((ndo, "%s%s", sep, ip6addr_string(ndo, cp))); in ahcp_ipv6_addresses_print()
160 ND_PRINT((ndo, "%s(compiled w/o IPv6)", sep)); in ahcp_ipv6_addresses_print()
168 ND_PRINT((ndo, ": %s", cstr)); in ahcp_ipv6_addresses_print()
172 ND_PRINT((ndo, "%s", tstr)); in ahcp_ipv6_addresses_print()
185 ND_PRINT((ndo, "%s%s", sep, ipaddr_string(ndo, cp))); in ahcp_ipv4_addresses_print()
192 ND_PRINT((ndo, ": %s", cstr)); in ahcp_ipv4_addresses_print()
196 ND_PRINT((ndo, "%s", tstr)); in ahcp_ipv4_addresses_print()
210 ND_PRINT((ndo, "%s%s/%u", sep, ip6addr_string(ndo, cp), *(cp + 16))); in ahcp_ipv6_prefixes_print()
212 ND_PRINT((ndo, "%s(compiled w/o IPv6)/%u", sep, *(cp + 16))); in ahcp_ipv6_prefixes_print()
220 ND_PRINT((ndo, ": %s", cstr)); in ahcp_ipv6_prefixes_print()
224 ND_PRINT((ndo, "%s", tstr)); in ahcp_ipv6_prefixes_print()
237 ND_PRINT((ndo, "%s%s/%u", sep, ipaddr_string(ndo, cp), *(cp + 4))); in ahcp_ipv4_prefixes_print()
244 ND_PRINT((ndo, ": %s", cstr)); in ahcp_ipv4_prefixes_print()
248 ND_PRINT((ndo, "%s", tstr)); in ahcp_ipv4_prefixes_print()
281 ND_PRINT((ndo, "\n\t %s", tok2str(ahcp1_opt_str, "Unknown-%u", option_no))); in ahcp1_options_print()
297 ND_PRINT((ndo, " (Length %u)", option_len)); in ahcp1_options_print()
305 ND_PRINT((ndo, " %s", cstr)); in ahcp1_options_print()
309 ND_PRINT((ndo, "%s", tstr)); in ahcp1_options_print()
334 ND_PRINT((ndo, "\n\t%s", tok2str(ahcp1_msg_str, "Unknown-%u", type))); in ahcp1_body_print()
336 ND_PRINT((ndo, ", MBZ %u", mbz)); in ahcp1_body_print()
337 ND_PRINT((ndo, ", Length %u", body_len)); in ahcp1_body_print()
350 ND_PRINT((ndo, " %s", cstr)); in ahcp1_body_print()
354 ND_PRINT((ndo, "%s", tstr)); in ahcp1_body_print()
363 ND_PRINT((ndo, "AHCP")); in ahcp_print()
377 ND_PRINT((ndo, " Version 1")); in ahcp_print()
386 ND_PRINT((ndo, "\n\tHopcount %u", *cp)); in ahcp_print()
390 ND_PRINT((ndo, ", Original Hopcount %u", *cp)); in ahcp_print()
394 ND_PRINT((ndo, ", Nonce 0x%08x", EXTRACT_32BITS(cp))); in ahcp_print()
398 ND_PRINT((ndo, ", Source Id %s", linkaddr_string(ndo, cp, 0, 8))); in ahcp_print()
402 ND_PRINT((ndo, ", Destination Id %s", linkaddr_string(ndo, cp, 0, 8))); in ahcp_print()
410 ND_PRINT((ndo, " Version %u (unknown)", version)); in ahcp_print()
416 ND_PRINT((ndo, " %s", cstr)); in ahcp_print()
420 ND_PRINT((ndo, "%s", tstr)); in ahcp_print()