Home
last modified time | relevance | path

Searched refs:ND_PRINT (Results 1 – 25 of 146) sorted by relevance

123456

/external/tcpdump/
Dprint-rx.c534 ND_PRINT((ndo, " [|rx] (%d)", length)); in rx_print()
540 ND_PRINT((ndo, " rx %s", tok2str(rx_types, "type %d", rxh->type))); in rx_print()
546 ND_PRINT((ndo, " cid %08x call# %d", in rx_print()
550 ND_PRINT((ndo, " seq %d ser %d", in rx_print()
555 ND_PRINT((ndo, " secindex %d serviceid %hu", in rx_print()
566 ND_PRINT((ndo, " ")); in rx_print()
568 ND_PRINT((ndo, ",")); in rx_print()
570 ND_PRINT((ndo, "<%s>", rx_flags[i].s)); in rx_print()
671 ND_PRINT((ndo, " (%d)", length)); in rx_print()
757 ND_PRINT((ndo, " fid %d/%d/%d", (int) n1, (int) n2, (int) n3)); \
[all …]
Dprint-dhcp6.c306 ND_PRINT((ndo, " (%s", tok2str(dh6opt_str, "opt_%u", opttype))); in dhcp6opt_print()
313 ND_PRINT((ndo, " ?)")); in dhcp6opt_print()
320 ND_PRINT((ndo, " hwaddr/time type %u time %u ", in dhcp6opt_print()
324 ND_PRINT((ndo, "%02x", tp[i])); in dhcp6opt_print()
326 ND_PRINT((ndo, ")")); in dhcp6opt_print()
329 ND_PRINT((ndo, " ?)")); in dhcp6opt_print()
334 ND_PRINT((ndo, " vid ")); in dhcp6opt_print()
336 ND_PRINT((ndo, "%02x", tp[i])); in dhcp6opt_print()
338 ND_PRINT((ndo, ")")); in dhcp6opt_print()
341 ND_PRINT((ndo, " ?)")); in dhcp6opt_print()
[all …]
Dprint-lmp.c372 ND_PRINT((ndo, "\n\t Subobject, Type: %s (%u), Length: %u", in lmp_print_data_link_subobjs()
379 ND_PRINT((ndo, " (too short)")); in lmp_print_data_link_subobjs()
383 ND_PRINT((ndo, " (not a multiple of 4)")); in lmp_print_data_link_subobjs()
387 ND_PRINT((ndo, " (goes past the end of the object)")); in lmp_print_data_link_subobjs()
392 ND_PRINT((ndo, "\n\t Switching Type: %s (%u)", in lmp_print_data_link_subobjs()
397 ND_PRINT((ndo, "\n\t Encoding Type: %s (%u)", in lmp_print_data_link_subobjs()
403 ND_PRINT((ndo, "\n\t Min Reservable Bandwidth: %.3f Mbps", in lmp_print_data_link_subobjs()
406 ND_PRINT((ndo, "\n\t Max Reservable Bandwidth: %.3f Mbps", in lmp_print_data_link_subobjs()
410 ND_PRINT((ndo, "\n\t Wavelength: %u", in lmp_print_data_link_subobjs()
449 ND_PRINT((ndo, "LMP version %u packet not supported", in lmp_print()
[all …]
Dprint-pim.c154 ND_PRINT((ndo, " RPF %s ", ipaddr_string(ndo, bp))); in pimv1_join_prune_print()
157 ND_PRINT((ndo, "Hold ")); in pimv1_join_prune_print()
160 ND_PRINT((ndo, "%s (%s/%d, %s", njoin ? "Join" : "Prune", in pimv1_join_prune_print()
164 ND_PRINT((ndo, "/%s", ipaddr_string(ndo, &bp[16]))); in pimv1_join_prune_print()
165 ND_PRINT((ndo, ") %s%s %s", in pimv1_join_prune_print()
176 ND_PRINT((ndo, "\n")); in pimv1_join_prune_print()
177 ND_PRINT((ndo, " Upstream Nbr: %s", ipaddr_string(ndo, bp))); in pimv1_join_prune_print()
184 ND_PRINT((ndo, "\n")); in pimv1_join_prune_print()
185 ND_PRINT((ndo, " Hold time: ")); in pimv1_join_prune_print()
206 ND_PRINT((ndo, "\n\tGroup: %s", ipaddr_string(ndo, bp))); in pimv1_join_prune_print()
[all …]
Dprint-l2tp.c271 ND_PRINT((ndo, "%c", *dat++)); in print_string()
280 ND_PRINT((ndo, "%02x", *dat++)); in print_octets()
287 ND_PRINT((ndo, "%u", EXTRACT_16BITS(dat))); in print_16bits_val()
293 ND_PRINT((ndo, "%lu", (u_long)EXTRACT_32BITS(dat))); in print_32bits_val()
305 ND_PRINT((ndo, "AVP too short")); in l2tp_msgtype_print()
308 ND_PRINT((ndo, "%s", tok2str(l2tp_msgtype2str, "MSGTYPE-#%u", in l2tp_msgtype_print()
319 ND_PRINT((ndo, "AVP too short")); in l2tp_result_code_print()
322 ND_PRINT((ndo, "%u", EXTRACT_16BITS(ptr))); in l2tp_result_code_print()
330 ND_PRINT((ndo, " AVP too short")); in l2tp_result_code_print()
333 ND_PRINT((ndo, "/%u", EXTRACT_16BITS(ptr))); in l2tp_result_code_print()
[all …]
Dprint-igmp.c113 ND_PRINT((ndo, " [invalid len %d]", len)); in print_mtrace()
116 ND_PRINT((ndo, "mtrace %u: %s to %s reply-to %s", in print_mtrace()
121 ND_PRINT((ndo, " with-ttl %d", TR_GETTTL(EXTRACT_32BITS(&tr->tr_rttlqid)))); in print_mtrace()
124 ND_PRINT((ndo, "%s", tstr)); in print_mtrace()
135 ND_PRINT((ndo, " [invalid len %d]", len)); in print_mresp()
138 ND_PRINT((ndo, "mresp %lu: %s to %s reply-to %s", in print_mresp()
143 ND_PRINT((ndo, " with-ttl %d", TR_GETTTL(EXTRACT_32BITS(&tr->tr_rttlqid)))); in print_mresp()
146 ND_PRINT((ndo, "%s", tstr)); in print_mresp()
158 ND_PRINT((ndo, " [invalid len %d]", len)); in print_igmpv3_report()
163 ND_PRINT((ndo, ", %d group record(s)", ngroups)); in print_igmpv3_report()
[all …]
Dprint-isoclns.c676 ND_PRINT((ndo, "|OSI")); in isoclns_print()
681 ND_PRINT((ndo, "OSI NLPID %s (0x%02x): ", tok2str(nlpid_values, "Unknown", *p), *p)); in isoclns_print()
700 ND_PRINT((ndo, "%slength: %u", ndo->ndo_eflag ? "" : ", ", length)); in isoclns_print()
721 ND_PRINT((ndo, "OSI NLPID 0x%02x unknown", *p)); in isoclns_print()
722 ND_PRINT((ndo, "%slength: %u", ndo->ndo_eflag ? "" : ", ", length)); in isoclns_print()
782 ND_PRINT((ndo, "CLNP")); in clnp_print()
789 ND_PRINT((ndo, "version %d packet not supported", clnp_header->version)); in clnp_print()
794 ND_PRINT((ndo, " length indicator(%u) > PDU size (%u)!", li, length)); in clnp_print()
799 ND_PRINT((ndo, " length indicator %u < min PDU size:", li)); in clnp_print()
801 ND_PRINT((ndo, "%02X", *pptr++)); in clnp_print()
[all …]
Dprint-dccp.c255 ND_PRINT((ndo, "(ack=%" PRIu64 ") ", ackno)); in dccp_print_ack_no()
291 ND_PRINT((ndo, "[Invalid packet|dccp]")); in dccp_print()
295 ND_PRINT((ndo, "truncated-dccp - %u bytes missing!", in dccp_print()
303 ND_PRINT((ndo, "truncated-dccp - %u bytes missing!", in dccp_print()
314 ND_PRINT((ndo, "%s.%d > %s.%d: ", in dccp_print()
318 ND_PRINT((ndo, "%s.%d > %s.%d: ", in dccp_print()
323 ND_PRINT((ndo, "DCCP")); in dccp_print()
326 ND_PRINT((ndo, " %d", len - hlen)); in dccp_print()
328 ND_PRINT((ndo, " [bad hdr length %u - too long, > %u]", in dccp_print()
336 ND_PRINT((ndo, " (CCVal %d, CsCov %d, ", DCCPH_CCVAL(dh), DCCPH_CSCOV(dh))); in dccp_print()
[all …]
Dprint-lldp.c617 ND_PRINT((ndo, "\n\t Priority Assignment Table")); in print_ets_priority_assignment_table()
618 ND_PRINT((ndo, "\n\t Priority : 0 1 2 3 4 5 6 7")); in print_ets_priority_assignment_table()
619 ND_PRINT((ndo, "\n\t Value : %-3d %-3d %-3d %-3d %-3d %-3d %-3d %-3d", in print_ets_priority_assignment_table()
628 ND_PRINT((ndo, "\n\t TC Bandwidth Table")); in print_tc_bandwidth_table()
629 ND_PRINT((ndo, "\n\t TC%% : 0 1 2 3 4 5 6 7")); in print_tc_bandwidth_table()
630 ND_PRINT((ndo, "\n\t Value : %-3d %-3d %-3d %-3d %-3d %-3d %-3d %-3d", in print_tc_bandwidth_table()
638 ND_PRINT((ndo, "\n\t TSA Assignment Table")); in print_tsa_assignment_table()
639 ND_PRINT((ndo, "\n\t Traffic Class: 0 1 2 3 4 5 6 7")); in print_tsa_assignment_table()
640 ND_PRINT((ndo, "\n\t Value : %-3d %-3d %-3d %-3d %-3d %-3d %-3d %-3d", in print_tsa_assignment_table()
661 ND_PRINT((ndo, "\n\t %s Subtype (%u)", in lldp_private_8021_print()
[all …]
Dprint-bootp.c293 ND_PRINT((ndo, "BOOTP/DHCP, %s", in bootp_print()
299 ND_PRINT((ndo, " from %s", etheraddr_string(ndo, bp->bp_chaddr))); in bootp_print()
302 ND_PRINT((ndo, ", length %u", length)); in bootp_print()
311 ND_PRINT((ndo, ", htype %d", bp->bp_htype)); in bootp_print()
315 ND_PRINT((ndo, ", hlen %d", bp->bp_hlen)); in bootp_print()
319 ND_PRINT((ndo, ", hops %d", bp->bp_hops)); in bootp_print()
321 ND_PRINT((ndo, ", xid 0x%x", EXTRACT_32BITS(&bp->bp_xid))); in bootp_print()
323 ND_PRINT((ndo, ", secs %d", EXTRACT_16BITS(&bp->bp_secs))); in bootp_print()
326 ND_PRINT((ndo, ", Flags [%s]", in bootp_print()
329 ND_PRINT((ndo, " (0x%04x)", EXTRACT_16BITS(&bp->bp_flags))); in bootp_print()
[all …]
Dprint-icmp6.c619 ND_PRINT((ndo,":")); in print_lladdr()
620 ND_PRINT((ndo,"%02x", *q++)); in print_lladdr()
670 ND_PRINT((ndo, " opt:pad0")); in rpl_dio_printopt()
672 ND_PRINT((ndo, " opt:%s len:%u ", in rpl_dio_printopt()
689 ND_PRINT((ndo," [|truncated]")); in rpl_dio_printopt()
703 ND_PRINT((ndo, " [dagid:%s,seq:%u,instance:%u,rank:%u,%smop:%s,prf:%u]", in rpl_dio_print()
718 ND_PRINT((ndo," [|truncated]")); in rpl_dio_print()
744 ND_PRINT((ndo, " [dagid:%s,seq:%u,instance:%u%s%s,%02x]", in rpl_dao_print()
759 ND_PRINT((ndo," [|truncated]")); in rpl_dao_print()
763 ND_PRINT((ndo," [|length too short]")); in rpl_dao_print()
[all …]
Dprint-ppp.c426 ND_PRINT((ndo, "%s, ", typestr)); in handle_ctrl_proto()
434 ND_PRINT((ndo, "%s (0x%02x), id %u, length %u", in handle_ctrl_proto()
450 ND_PRINT((ndo, "\n\tencoded length %u (=Option(s) length %u)", len, len - 4)); in handle_ctrl_proto()
461 ND_PRINT((ndo, "\n\t Magic-Num 0x%08x", EXTRACT_32BITS(tptr))); in handle_ctrl_proto()
464 ND_PRINT((ndo, " Vendor: %s (%u)", in handle_ctrl_proto()
521 ND_PRINT((ndo, "\n\t Rejected %s Protocol (0x%04x)", in handle_ctrl_proto()
526 ND_PRINT((ndo, "\n\t Rejected Packet")); in handle_ctrl_proto()
536 ND_PRINT((ndo, "\n\t Magic-Num 0x%08x", EXTRACT_32BITS(tptr))); in handle_ctrl_proto()
539 ND_PRINT((ndo, "\n\t -----trailing data-----")); in handle_ctrl_proto()
548 ND_PRINT((ndo, "\n\t Magic-Num 0x%08x", EXTRACT_32BITS(tptr))); in handle_ctrl_proto()
[all …]
Dprint-hncp.c52 ND_PRINT((ndo, "hncp (%d)", length)); in hncp_print()
234 ND_PRINT((ndo, "%s", buf)); in print_prefix()
259 ND_PRINT((ndo, "[|DNS]")); in print_dns_label()
280 ND_PRINT((ndo, "\n")); in dhcpv4_print()
282 ND_PRINT((ndo, "\t")); in dhcpv4_print()
284 ND_PRINT((ndo, "%s", tok2str(dh4opt_str, "Unknown", type))); in dhcpv4_print()
285 ND_PRINT((ndo," (%u)", optlen + 2 )); in dhcpv4_print()
296 ND_PRINT((ndo, " %s", ipaddr_string(ndo, value + t))); in dhcpv4_print()
302 ND_PRINT((ndo, " ")); in dhcpv4_print()
332 ND_PRINT((ndo, "\n")); in dhcpv6_print()
[all …]
Dprint-babel.c52 ND_PRINT((ndo, "babel")); in babel_print()
57 ND_PRINT((ndo, " invalid header")); in babel_print()
60 ND_PRINT((ndo, " %d", cp[1])); in babel_print()
68 ND_PRINT((ndo, " unknown version")); in babel_print()
75 ND_PRINT((ndo, " %s", tstr)); in babel_print()
279 ND_PRINT((ndo, " sub-pad1")); in subtlvs_print()
290 ND_PRINT((ndo, " sub-padn")); in subtlvs_print()
294 ND_PRINT((ndo, " sub-diversity")); in subtlvs_print()
296 ND_PRINT((ndo, " empty")); in subtlvs_print()
301 ND_PRINT((ndo, "%s%s", sep, tok2str(diversity_str, "%u", *cp++))); in subtlvs_print()
[all …]
Dprint-pgm.c169 ND_PRINT((ndo, "%s > %s: [|pgm]", in pgm_print()
173 ND_PRINT((ndo, "%s > %s: [|pgm]", in pgm_print()
185 ND_PRINT((ndo, "%s.%s > %s.%s: ", in pgm_print()
191 ND_PRINT((ndo, "%s > %s: ", in pgm_print()
196 ND_PRINT((ndo, "%s.%s > %s.%s: ", in pgm_print()
202 ND_PRINT((ndo, "%s > %s: ", in pgm_print()
209 ND_PRINT((ndo, "PGM, length %u", EXTRACT_16BITS(&pgm->pgm_length))); in pgm_print()
214 ND_PRINT((ndo, " 0x%02x%02x%02x%02x%02x%02x ", in pgm_print()
245 ND_PRINT((ndo, "SPM seq %u trail %u lead %u nla %s", in pgm_print()
258 ND_PRINT((ndo, "POLL seq %u round %u", in pgm_print()
[all …]
Dprint-ospf.c193 ND_PRINT((ndo, "\n\t Remaining LS length %u < 4", ls_length)); in ospf_print_grace_lsa()
201 ND_PRINT((ndo, "\n\t %s TLV (%u), length %u, value: ", in ospf_print_grace_lsa()
207 ND_PRINT((ndo, "\n\t Bogus length %u > %u", tlv_length, in ospf_print_grace_lsa()
222 ND_PRINT((ndo, "\n\t Bogus length %u != 4", tlv_length)); in ospf_print_grace_lsa()
225 ND_PRINT((ndo, "%us", EXTRACT_32BITS(tptr))); in ospf_print_grace_lsa()
230 ND_PRINT((ndo, "\n\t Bogus length %u != 1", tlv_length)); in ospf_print_grace_lsa()
233 ND_PRINT((ndo, "%s (%u)", in ospf_print_grace_lsa()
240 ND_PRINT((ndo, "\n\t Bogus length %u != 4", tlv_length)); in ospf_print_grace_lsa()
243 ND_PRINT((ndo, "%s", ipaddr_string(ndo, tptr))); in ospf_print_grace_lsa()
280 ND_PRINT((ndo, "\n\t Remaining LS length %u < 4", ls_length)); in ospf_print_te_lsa()
[all …]
Dprint-aoe.c152 ND_PRINT((ndo, "\n\tAFlags: [%s]", bittok2str(aoev1_aflag_str, "none", *cp))); in aoev1_issue_print()
156 ND_PRINT((ndo, ", Err/Feature: %u", *cp)); in aoev1_issue_print()
160 ND_PRINT((ndo, ", Sector Count: %u", *cp)); in aoev1_issue_print()
164 ND_PRINT((ndo, ", Cmd/Status: %u", *cp)); in aoev1_issue_print()
168 ND_PRINT((ndo, "\n\tlba0: %u", *cp)); in aoev1_issue_print()
172 ND_PRINT((ndo, ", lba1: %u", *cp)); in aoev1_issue_print()
176 ND_PRINT((ndo, ", lba2: %u", *cp)); in aoev1_issue_print()
180 ND_PRINT((ndo, ", lba3: %u", *cp)); in aoev1_issue_print()
184 ND_PRINT((ndo, ", lba4: %u", *cp)); in aoev1_issue_print()
188 ND_PRINT((ndo, ", lba5: %u", *cp)); in aoev1_issue_print()
[all …]
Dprint-openflow-1.0.c730 ND_PRINT((ndo, "%s%s", sep, t->s)); in of10_bitmap_print()
734 ND_PRINT((ndo, v & u ? ") (bogus)" : ")")); in of10_bitmap_print()
744 ND_PRINT((ndo, "\n\t data (%u octets)", len)); in of10_data_print()
751 ND_PRINT((ndo, "%s", tstr)); in of10_data_print()
768 ND_PRINT((ndo, "\n\t subtype %s", tok2str(bsn_subtype_str, "unknown (0x%08x)", subtype))); in of10_bsn_message_print()
787 ND_PRINT((ndo, ", index %u", *cp)); in of10_bsn_message_print()
811 ND_PRINT((ndo, ", index %u", *cp)); in of10_bsn_message_print()
818 ND_PRINT((ndo, ", mask %s", ipaddr_string(ndo, cp))); in of10_bsn_message_print()
838 ND_PRINT((ndo, ", report_mirror_ports %s", tok2str(bsn_onoff_str, "bogus (%u)", *cp))); in of10_bsn_message_print()
875 ND_PRINT((ndo, ", vport_no %u", EXTRACT_32BITS(cp))); in of10_bsn_message_print()
[all …]
Dprint-cdp.c101 ND_PRINT((ndo, "%s", tstr)); in cdp_print()
108 ND_PRINT((ndo, "CDPv%u, ttl: %us", *(tptr + CDP_HEADER_VERSION_OFFSET), in cdp_print()
111ND_PRINT((ndo, ", checksum: 0x%04x (unverified), length %u", EXTRACT_16BITS(tptr+CDP_HEADER_CHECKS… in cdp_print()
120 ND_PRINT((ndo, "\n\t%s (0x%02x), TLV length: %u byte%s (too short)", in cdp_print()
126 ND_PRINT((ndo, ", %s TLV length %u too short", in cdp_print()
139 ND_PRINT((ndo, "\n\t%s (0x%02x), value length: %u byte%s: ", in cdp_print()
149 ND_PRINT((ndo, ", Device-ID ")); in cdp_print()
150 ND_PRINT((ndo, "'")); in cdp_print()
152 ND_PRINT((ndo, "'")); in cdp_print()
159 ND_PRINT((ndo, "'")); in cdp_print()
[all …]
Dprint-domain.c102 ND_PRINT((ndo, "\\[x")); in blabel_print()
105 ND_PRINT((ndo, "%02x", *bitp)); in blabel_print()
110 ND_PRINT((ndo, "%02x", tc & (0xff << (8 - b)))); in blabel_print()
114 ND_PRINT((ndo, "%1x", ((tc >> 4) & 0x0f) & (0x0f << (4 - b)))); in blabel_print()
116 ND_PRINT((ndo, "/%d]", bitlen)); in blabel_print()
119 ND_PRINT((ndo, ".../%d]", bitlen)); in blabel_print()
135 ND_PRINT((ndo, "<ELT %d>", elt)); in labellen()
188 ND_PRINT((ndo, "<BAD PTR>")); in ns_nprint()
209 ND_PRINT((ndo, "<ELT %d>", elt)); in ns_nprint()
218 ND_PRINT((ndo, ".")); in ns_nprint()
[all …]
Dprint-rsvp.c506 ND_PRINT((ndo, "\n\t Parameter ID: %s (%u), length: %u, Flags: [0x%02x]", in rsvp_intserv_print()
526 ND_PRINT((ndo, "\n\t\tIS hop count: %u", EXTRACT_32BITS(tptr + 4))); in rsvp_intserv_print()
541 ND_PRINT((ndo, "\n\t\tPath b/w estimate: %.10g Mbps", bw.f / 125000)); in rsvp_intserv_print()
555 ND_PRINT((ndo, "\n\t\tMinimum path latency: ")); in rsvp_intserv_print()
557 ND_PRINT((ndo, "don't care")); in rsvp_intserv_print()
559 ND_PRINT((ndo, "%u", EXTRACT_32BITS(tptr + 4))); in rsvp_intserv_print()
574 ND_PRINT((ndo, "\n\t\tComposed MTU: %u bytes", EXTRACT_32BITS(tptr + 4))); in rsvp_intserv_print()
597 ND_PRINT((ndo, "\n\t\tToken Bucket Rate: %.10g Mbps", bw.f / 125000)); in rsvp_intserv_print()
599 ND_PRINT((ndo, "\n\t\tToken Bucket Size: %.10g bytes", bw.f)); in rsvp_intserv_print()
601 ND_PRINT((ndo, "\n\t\tPeak Data Rate: %.10g Mbps", bw.f / 125000)); in rsvp_intserv_print()
[all …]
Dprint-radius.c78 ND_PRINT((ndo, "%02X", *ptr_data )); \
501 ND_PRINT((ndo, "Tag[%u] ", *data)); in print_attr_string()
503 ND_PRINT((ndo, "Tag[Unused] ")); in print_attr_string()
506 ND_PRINT((ndo, "Salt %u ", EXTRACT_16BITS(data))); in print_attr_string()
521 ND_PRINT((ndo, "Tag[%u] ", *data)); in print_attr_string()
523 ND_PRINT((ndo, "Tag[Unused] ")); in print_attr_string()
531 ND_PRINT((ndo, "%s (0x%02x) ", in print_attr_string()
540 ND_PRINT((ndo, "%c", (*data < 32 || *data > 126) ? '.' : *data)); in print_attr_string()
545 ND_PRINT((ndo, "%s", tstr)); in print_attr_string()
567 ND_PRINT((ndo, "Vendor: %s (%u)", in print_vendor_attr()
[all …]
Dprint-atalk.c104 ND_PRINT((ndo, " [|llap %u]", length)); in llap_print()
108 ND_PRINT((ndo, " [|llap]")); in llap_print()
119 ND_PRINT((ndo, " [|sddp %u]", length)); in llap_print()
123 ND_PRINT((ndo, " [|sddp]")); in llap_print()
127 ND_PRINT((ndo, "%s.%s", in llap_print()
129 ND_PRINT((ndo, " > %s.%s:", in llap_print()
139 ND_PRINT((ndo, " [|ddp %u]", length)); in llap_print()
143 ND_PRINT((ndo, " [|ddp]")); in llap_print()
148 ND_PRINT((ndo, "%s.%s", ataddr_string(ndo, snet, dp->srcNode), in llap_print()
150 ND_PRINT((ndo, " > %s.%s:", in llap_print()
[all …]
Dprint-egp.c184 ND_PRINT((ndo, " %s %s ", in egpnrprint()
189 ND_PRINT((ndo, "(")); in egpnrprint()
194 ND_PRINT((ndo, "%sd%d:", comma, (int)*cp++)); in egpnrprint()
219 ND_PRINT((ndo, " %s", ipaddr_string(ndo, &addr))); in egpnrprint()
222 ND_PRINT((ndo, ")")); in egpnrprint()
226 ND_PRINT((ndo, "[|]")); in egpnrprint()
240 ND_PRINT((ndo, "[|egp]")); in egp_print()
245 ND_PRINT((ndo, "EGPv%u, AS %u, seq %u, length %u", in egp_print()
252 ND_PRINT((ndo, "EGPv%u, length %u", in egp_print()
257 ND_PRINT((ndo, "[version %d]", egp->egp_version)); in egp_print()
[all …]
Dprint-cfm.c231 ND_PRINT((ndo, "\n\t Network Address Type (invalid, no data")); in cfm_network_addr_print()
236 ND_PRINT((ndo, "\n\t Network Address Type %s (%u)", in cfm_network_addr_print()
246 ND_PRINT((ndo, "(invalid IPv4 address length %u)", length - 1)); in cfm_network_addr_print()
250 ND_PRINT((ndo, ", %s", ipaddr_string(ndo, tptr + 1))); in cfm_network_addr_print()
255 ND_PRINT((ndo, "(invalid IPv6 address length %u)", length - 1)); in cfm_network_addr_print()
259 ND_PRINT((ndo, ", %s", ip6addr_string(ndo, tptr + 1))); in cfm_network_addr_print()
303 ND_PRINT((ndo, "CFMv%u not supported, length %u", in cfm_print()
308 ND_PRINT((ndo, "CFMv%u %s, MD Level %u, length %u", in cfm_print()
321 ND_PRINT((ndo, "\n\tFirst TLV offset %u", cfm_common_header->first_tlv_offset)); in cfm_print()
330 ND_PRINT((ndo, " (too large, must be <= %u)", tlen)); in cfm_print()
[all …]

123456