Lines Matching refs:ND_PRINT
91 ND_PRINT((ndo, "%s", tstr)); in gre_print()
95 ND_PRINT((ndo, "GREv%u",vers)); in gre_print()
105 ND_PRINT((ndo, " ERROR: unknown-version")); in gre_print()
118 ND_PRINT((ndo, ", Flags [%s]", in gre_print_0()
134 ND_PRINT((ndo, ", sum 0x%x", EXTRACT_16BITS(bp))); in gre_print_0()
140 ND_PRINT((ndo, ", off 0x%x", EXTRACT_16BITS(bp))); in gre_print_0()
148 ND_PRINT((ndo, ", key=0x%x", EXTRACT_32BITS(bp))); in gre_print_0()
156 ND_PRINT((ndo, ", seq %u", EXTRACT_32BITS(bp))); in gre_print_0()
188 ND_PRINT((ndo, ", proto %s (0x%04x)", in gre_print_0()
192 ND_PRINT((ndo, ", length %u",length)); in gre_print_0()
195 ND_PRINT((ndo, ": ")); /* put in a colon as protocol demarc */ in gre_print_0()
197 ND_PRINT((ndo, "\n\t")); /* if verbose go multiline */ in gre_print_0()
222 ND_PRINT((ndo, "gre-proto-0x%x", prot)); in gre_print_0()
227 ND_PRINT((ndo, "%s", tstr)); in gre_print_0()
241 ND_PRINT((ndo, ", Flags [%s]", in gre_print_1()
257 ND_PRINT((ndo, ", call %d", k & 0xffff)); in gre_print_1()
265 ND_PRINT((ndo, ", seq %u", EXTRACT_32BITS(bp))); in gre_print_1()
273 ND_PRINT((ndo, ", ack %u", EXTRACT_32BITS(bp))); in gre_print_1()
279 ND_PRINT((ndo, ", no-payload")); in gre_print_1()
282 ND_PRINT((ndo, ", proto %s (0x%04x)", in gre_print_1()
286 ND_PRINT((ndo, ", length %u",length)); in gre_print_1()
292 ND_PRINT((ndo, ": ")); /* put in a colon as protocol demarc */ in gre_print_1()
294 ND_PRINT((ndo, "\n\t")); /* if verbose go multiline */ in gre_print_1()
301 ND_PRINT((ndo, "gre-proto-0x%x", prot)); in gre_print_1()
307 ND_PRINT((ndo, "%s", tstr)); in gre_print_1()
316 ND_PRINT((ndo, ", (rtaf=ip")); in gre_sre_print()
318 ND_PRINT((ndo, ") ")); in gre_sre_print()
321 ND_PRINT((ndo, ", (rtaf=asn")); in gre_sre_print()
323 ND_PRINT((ndo, ") ")); in gre_sre_print()
326 ND_PRINT((ndo, ", (rtaf=0x%x) ", af)); in gre_sre_print()
338 ND_PRINT((ndo, ", badoffset=%u", sreoff)); in gre_sre_ip_print()
342 ND_PRINT((ndo, ", badlength=%u", srelen)); in gre_sre_ip_print()
346 ND_PRINT((ndo, ", badoff/len=%u/%u", sreoff, srelen)); in gre_sre_ip_print()
355 ND_PRINT((ndo, " %s%s", in gre_sre_ip_print()
372 ND_PRINT((ndo, ", badoffset=%u", sreoff)); in gre_sre_asn_print()
376 ND_PRINT((ndo, ", badlength=%u", srelen)); in gre_sre_asn_print()
380 ND_PRINT((ndo, ", badoff/len=%u/%u", sreoff, srelen)); in gre_sre_asn_print()
388 ND_PRINT((ndo, " %s%x", in gre_sre_asn_print()