HomeSort by relevance Sort by last modified time
    Searched refs:ND_PRINT (Results 101 - 125 of 139) sorted by null

1 2 3 45 6

  /external/tcpdump/
print-cfm.c 241 ND_PRINT((ndo, "\n\t Management Address Type %s (%u)",
250 ND_PRINT((ndo, ", %s", ipaddr_string(ndo, tptr + 1)));
255 ND_PRINT((ndo, ", %s", ip6addr_string(ndo, tptr + 1)));
308 ND_PRINT((ndo, "CFMv%u not supported, length %u",
313 ND_PRINT((ndo, "CFMv%u %s, MD Level %u, length %u",
326 ND_PRINT((ndo, "\n\tFirst TLV offset %u", cfm_common_header->first_tlv_offset));
336 ND_PRINT((ndo, ", Flags [CCM Interval %u%s]",
345 ND_PRINT((ndo, "\n\t CCM Interval %.3fs"
352 ND_PRINT((ndo, "\n\t Sequence Number 0x%08x, MA-End-Point-ID 0x%04x",
360 ND_PRINT((ndo, "\n\t MD Name Format %s (%u), MD Name length %u"
    [all...]
print-eigrp.c 234 ND_PRINT((ndo, "EIGRP version %u packet not supported",eigrp_com_header->version));
240 ND_PRINT((ndo, "EIGRP %s, length: %u",
251 ND_PRINT((ndo, "\n\tEIGRP v%u, opcode: %s (%u), chksum: 0x%04x, Flags: [%s]\n\tseq: 0x%08x, ack: 0x%08x, AS: %u, length: %u",
281 ND_PRINT((ndo, "\n\t %s TLV (0x%04x), length: %u",
299 ND_PRINT((ndo, "\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u",
311 ND_PRINT((ndo, "\n\t IOS version: %u.%u, EIGRP version %u.%u",
323 ND_PRINT((ndo, "\n\t illegal prefix length %u",bit_length));
330 ND_PRINT((ndo, "\n\t IPv4 prefix: %15s/%u, nexthop: ",
334 ND_PRINT((ndo, "self"));
336 ND_PRINT((ndo, "%s",ipaddr_string(ndo, &tlv_ptr.eigrp_tlv_ip_int->nexthop)))
    [all...]
print-pflog.c 95 ND_PRINT((ndo, "rule %u/", rulenr));
97 ND_PRINT((ndo, "rule %u.%s.%u/", rulenr, hdr->ruleset, subrulenr));
99 ND_PRINT((ndo, "%s: %s %s on %s: ",
118 ND_PRINT((ndo, "%s", tstr));
125 ND_PRINT((ndo, "[pflog: invalid header length!]"));
131 ND_PRINT((ndo, "%s", tstr));
176 ND_PRINT((ndo, "%s", tstr));
print-pktap.c 80 ND_PRINT((ndo,", DLT %s (%d) len %d",
83 ND_PRINT((ndo,", %s", pcap_datalink_val_to_name(dlt)));
86 ND_PRINT((ndo, ", length %u: ", length));
107 ND_PRINT((ndo, "[|pktap]"));
121 ND_PRINT((ndo, "[|pktap]"));
125 ND_PRINT((ndo, "[|pktap]"));
140 ND_PRINT((ndo, "no data"));
print-vqp.c 121 ND_PRINT((ndo, "VQP version %u packet not supported",
128 ND_PRINT((ndo, "VQPv%u %s Message, error-code %s (%u), length %u",
139 ND_PRINT((ndo, "\n\tVQPv%u, %s Message, error-code %s (%u), seq 0x%08x, items %u, length %u",
160 ND_PRINT((ndo, "\n\t %s Object (0x%08x), length %u, value: ",
174 ND_PRINT((ndo, "%s (0x%08x)", ipaddr_string(ndo, tptr), EXTRACT_32BITS(tptr)));
186 ND_PRINT((ndo, "%s", etheraddr_string(ndo, tptr)));
199 ND_PRINT((ndo, "\n\t[|VQP]"));
print-ascii.c 66 ND_PRINT((ndo, "\n"));
81 ND_PRINT((ndo, "."));
85 ND_PRINT((ndo, "."));
87 ND_PRINT((ndo, "%c", s));
120 ND_PRINT((ndo, "%s0x%04x: %-*s %s",
137 ND_PRINT((ndo, "%s0x%04x: %-*s %s",
169 ND_PRINT((ndo,"%s0x%04x: ", ident, oset));
173 ND_PRINT((ndo," %02x%02x", s, *cp++));
177 ND_PRINT((ndo,"%s0x%04x: ", ident, oset));
178 ND_PRINT((ndo," %02x", *cp))
    [all...]
print-fddi.c 166 ND_PRINT((ndo, "void "));
170 ND_PRINT((ndo, "nrt "));
174 ND_PRINT((ndo, "rt "));
178 ND_PRINT((ndo, "info "));
182 ND_PRINT((ndo, "nsa "));
186 ND_PRINT((ndo, "beacon "));
190 ND_PRINT((ndo, "claim "));
197 ND_PRINT((ndo, "mac%1x ", fc & FDDIFC_ZZZZ));
201 ND_PRINT((ndo, "smt%1x ", fc & FDDIFC_ZZZZ));
205 ND_PRINT((ndo, "async%1x ", fc & FDDIFC_ZZZZ))
    [all...]
print-ipnet.c 38 ND_PRINT((ndo, "%d > %d", hdr->iph_zsrc, hdr->iph_zdst));
41 ND_PRINT((ndo,", family %s (%d)",
46 ND_PRINT((ndo,", %s",
52 ND_PRINT((ndo, ", length %u: ", length));
61 ND_PRINT((ndo, "[|ipnet]"));
print-ether.c 98 ND_PRINT((ndo, "%s > %s",
105 ND_PRINT((ndo, ", 802.3"));
107 ND_PRINT((ndo, ", ethertype %s (0x%04x)",
112 ND_PRINT((ndo, ", 802.3"));
114 ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type)));
117 ND_PRINT((ndo, ", length %u: ", length));
137 ND_PRINT((ndo, "[|ether]"));
182 ND_PRINT((ndo, "[|vlan]"));
188 ND_PRINT((ndo, "%s, ", ieee8021q_tci_string(tag)));
193 ND_PRINT((ndo, "ethertype %s, ", tok2str(ethertype_values,"0x%04x", ether_type)))
    [all...]
print-ip6.c 91 ND_PRINT((ndo, "truncated-ip6 %u", length));
96 ND_PRINT((ndo, "IP6 "));
99 ND_PRINT((ndo,"version error: %u != 6", IP6_VERSION(ip6)));
106 ND_PRINT((ndo, "truncated-ip6 - %u bytes missing!",
111 ND_PRINT((ndo, "("));
115 ND_PRINT((ndo, "pri 0x%02x, ", (flow & 0x0f000000) >> 24));
117 ND_PRINT((ndo, "flowlabel 0x%06x, ", flow & 0x00ffffff));
121 ND_PRINT((ndo, "class 0x%02x, ", (flow & 0x0ff00000) >> 20));
123 ND_PRINT((ndo, "flowlabel 0x%05x, ", flow & 0x000fffff));
126 ND_PRINT((ndo, "hlim %u, next-header %s (%u) payload length: %u) "
    [all...]
print-slow.c 265 ND_PRINT((ndo, "LACP version %u packet not supported",slow_com_header->version));
273 ND_PRINT((ndo, "MARKER version %u packet not supported",slow_com_header->version));
290 ND_PRINT((ndo, "%sv%u, length %u",
296 ND_PRINT((ndo, "%s, length %u",
330 ND_PRINT((ndo, "\n\t\t packet exceeded snapshot"));
354 ND_PRINT((ndo, "\n\t%s TLV (0x%02x), length %u",
365 ND_PRINT((ndo, "\n\t-----trailing data-----"));
383 ND_PRINT((ndo, "\n\t System %s, System Priority %u, Key %u" \
399 ND_PRINT((ndo, "\n\t Max Delay %u",
407 ND_PRINT((ndo, "\n\t Request System %s, Request Port %u, Request Transaction ID 0x%08x"
    [all...]
print-llc.c 155 ND_PRINT((ndo, "[|llc]"));
181 ND_PRINT((ndo, "[|llc]"));
210 ND_PRINT((ndo, "IPX 802.3: "));
220 ND_PRINT((ndo, "LLC, dsap %s (0x%02x) %s, ssap %s (0x%02x) %s",
229 ND_PRINT((ndo, ", ctrl 0x%02x: ", control));
231 ND_PRINT((ndo, ", ctrl 0x%04x: ", control));
244 ND_PRINT((ndo, "[|llc]"));
262 ND_PRINT((ndo, "IPX 802.2: "));
317 ND_PRINT((ndo, "%s ", tok2str(llc_values, "Unknown DSAP 0x%02x", dsap)));
319 ND_PRINT((ndo, "%s > %s %s "
    [all...]
print-telnet.c 409 ND_PRINT((ndo, "IAC IAC"));
427 ND_PRINT((ndo, "%s %s", telcmds[i], telopts[x]));
430 ND_PRINT((ndo, "%s %#x", telcmds[i], x));
450 ND_PRINT((ndo, " %s", STR_OR_ID(c, authcmd)));
455 ND_PRINT((ndo, " %s", STR_OR_ID(c, authtype)));
462 ND_PRINT((ndo, " %s", STR_OR_ID(c, enccmd)));
467 ND_PRINT((ndo, " %s", STR_OR_ID(c, enctype)));
474 ND_PRINT((ndo, " %s", STR_OR_ID(c, cmds)));
480 ND_PRINT((ndo, " %#x", x));
484 ND_PRINT((ndo, " SE"))
    [all...]
print-aodv.c 192 ND_PRINT((ndo, "\n\text HELLO %ld ms",
197 ND_PRINT((ndo, "\n\text %u %u", ep->type, ep->length));
203 ND_PRINT((ndo, " [|hello]"));
215 ND_PRINT((ndo, " rreq %u %s%s%s%s%shops %u id 0x%08lx\n"
234 ND_PRINT((ndo, " [|rreq"));
246 ND_PRINT((ndo, " rrep %u %s%sprefix %u hops %u\n"
262 ND_PRINT((ndo, " [|rreq"));
275 ND_PRINT((ndo, " rerr %s [items %u] [%u]:",
284 ND_PRINT((ndo, " {%s}(%ld)", ipaddr_string(ndo, &dp->u_da),
292 ND_PRINT((ndo, "[|rerr]"))
    [all...]
print-fr.c 194 ND_PRINT((ndo, "Q.922, DLCI %u, length %u: ",
199 ND_PRINT((ndo, "Q.922, hdr-len %u, DLCI %u, Flags [%s], NLPID %s (0x%02x), length %u: ",
207 ND_PRINT((ndo, "Q.922, hdr-len %u, DLCI %u, Flags [%s], cisco-ethertype %s (0x%04x), length %u: ",
231 ND_PRINT((ndo, "[|fr]"));
251 ND_PRINT((ndo, "Q.922, invalid address"));
267 ND_PRINT((ndo, "UI %02x! ", p[addr_len]));
280 ND_PRINT((ndo, "UI %02x! ", p[addr_len]));
296 ND_PRINT((ndo, "Pad! "));
304 ND_PRINT((ndo, "No pad! "));
367 ND_PRINT((ndo, "[|fr]"))
    [all...]
print-bt.c 48 ND_PRINT((ndo, "[|bt]"));
55 ND_PRINT((ndo, "hci length %d, direction %s, ", length, (EXTRACT_32BITS(&hdr->direction)&0x1)?"in":"out"));
print-ospf6.c 377 ND_PRINT((ndo, "\n\t %s LSA (%d), %s Scope%s, LSA-ID %s",
394 ND_PRINT((ndo, "\n\t Advertising Router %s, seq 0x%08x, age %us, length %u",
421 ND_PRINT((ndo, " bogus prefixlen /%d", lsapp->lsa_p_len));
430 ND_PRINT((ndo, "\n\t\t%s/%d", ip6addr_string(ndo, &prefix),
433 ND_PRINT((ndo, ", Options [%s]",
437 ND_PRINT((ndo, ", metric %u", EXTRACT_16BITS(&lsapp->lsa_p_metric)));
494 ND_PRINT((ndo, "\n\t Options [%s]",
497 ND_PRINT((ndo, ", RLA-Flags [%s]",
510 ND_PRINT((ndo, "\n\t Virtual Link: Neighbor Router-ID %s"
518 ND_PRINT((ndo, "\n\t Neighbor Router-ID %s
    [all...]
print-udp.c 103 ND_PRINT((ndo, "udp/vt %u %d / %d",
110 ND_PRINT((ndo, "udp/vat %u c%d %u%s",
116 ND_PRINT((ndo, " f%d", (i0 >> 16) & 0x1f));
118 ND_PRINT((ndo, " s%d", (i0 >> 24) & 0x3f));
155 ND_PRINT((ndo, "udp/%s %d c%d %s%s %d %u",
164 ND_PRINT((ndo, " %u", EXTRACT_32BITS(&((u_int *)hdr)[2])));
171 ND_PRINT((ndo, " !opt"));
183 ND_PRINT((ndo, " !ext"));
189 ND_PRINT((ndo, " 0x%04x", ip[0] >> 16));
205 ND_PRINT((ndo, " [|rtcp]"))
    [all...]
print-openflow.c 73 ND_PRINT((ndo, "\n\tversion unknown (0x%02x), type 0x%02x, length %u, xid 0x%08x",
124 ND_PRINT((ndo, "%s", cstr));
128 ND_PRINT((ndo, "%s", tstr));
139 ND_PRINT((ndo, ": OpenFlow"));
print-cip.c 51 ND_PRINT((ndo, "%d: ", length));
68 ND_PRINT((ndo, "[|cip]"));
85 ND_PRINT((ndo, "(LLC %s) ",
print-lane.c 71 ND_PRINT((ndo, "lecid:%x ", EXTRACT_16BITS(bp)));
88 ND_PRINT((ndo, "[|lane]"));
97 ND_PRINT((ndo, "lec: proto %x vers %x %s",
print-m3ua.c 223 ND_PRINT((ndo, "0x%08x", EXTRACT_32BITS(buf)));
227 ND_PRINT((ndo, "(length %u)", size + (u_int)sizeof(struct m3ua_param_header)));
233 ND_PRINT((ndo, "%s", cstr));
237 ND_PRINT((ndo, "%s", tstr));
266 ND_PRINT((ndo, "\n\t\t\t%s: ", tok2str(ParamName, "Unknown Parameter (0x%04x)", hdr_tag)));
281 ND_PRINT((ndo, "%s", cstr));
285 ND_PRINT((ndo, "%s", tstr));
322 ND_PRINT((ndo, "\n\t\t%s", tok2str(MessageClasses, "Unknown message class %i", hdr->msg_class)));
324 ND_PRINT((ndo, " %s Message", tok2str(dict, "Unknown (0x%02x)", hdr->msg_type)));
327 ND_PRINT((ndo, "\n\t\t\t@@@@@@ Corrupted length %u of message @@@@@@", EXTRACT_32BITS(&hdr->len)))
    [all...]
print-token.c 117 ND_PRINT((ndo, "%02x %02x %s %s %d: ",
123 ND_PRINT((ndo, "%s %s %d: ", srcname, dstname, length));
160 ND_PRINT((ndo, "%s", tstr));
178 ND_PRINT((ndo, "%s", tstr));
184 ND_PRINT((ndo, "%s", tstr));
188 ND_PRINT((ndo, "%s ", broadcast_indicator[BROADCAST(trp)]));
189 ND_PRINT((ndo, "%s", direction[DIRECTION(trp)]));
192 ND_PRINT((ndo, " [%d:%d]", RING_NUMBER(trp, seg),
195 ND_PRINT((ndo, "rt = %x", EXTRACT_16BITS(&trp->token_rcf)));
198 ND_PRINT((ndo, ":%x", EXTRACT_16BITS(&trp->token_rseg[seg])))
    [all...]
print-olsr.c 193 ND_PRINT((ndo, "\n\t neighbor %s, link-quality %.2lf%%"
218 ND_PRINT((ndo, "\n\t neighbor %s, link-quality %.2lf%%"
240 ND_PRINT((ndo, "\n\t neighbor\n\t\t"));
249 ND_PRINT((ndo, "%s%s", ipaddr_string(ndo, msg_data),
290 ND_PRINT((ndo, "OLSRv%i, seq 0x%04x, length %u",
329 ND_PRINT((ndo, "\n\t%s Message (%#04x), originator %s, ttl %u, hop %u"
360 ND_PRINT((ndo, "\n\t%s Message (%#04x), originator %s, ttl %u, hop %u"
385 ND_PRINT((ndo, "\n\t hello-time %.3lfs, MPR willingness %u",
408 ND_PRINT((ndo, "\n\t link-type %s, neighbor-type %s, len %u%s",
450 ND_PRINT((ndo, "\n\t advertised neighbor seq 0x%04x"
    [all...]
print-sflow.c 309 ND_PRINT((ndo, "\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)",
316 ND_PRINT((ndo, "\n\t ifstatus %u, adminstatus: %s, operstatus: %s",
320 ND_PRINT((ndo, "\n\t In octets %" PRIu64
327 ND_PRINT((ndo, "\n\t In errors %u, unknown protos %u",
330 ND_PRINT((ndo, "\n\t Out octets %" PRIu64
337 ND_PRINT((ndo, "\n\t Out errors %u, promisc mode %u",
354 ND_PRINT((ndo, "\n\t align errors %u, fcs errors %u, single collision %u, multiple collision %u, test error %u",
360 ND_PRINT((ndo, "\n\t deferred %u, late collision %u, excessive collision %u, mac trans error %u",
365 ND_PRINT((ndo, "\n\t carrier error %u, frames too long %u, mac receive errors %u, symbol errors %u",
391 ND_PRINT((ndo, "\n\t in high prio frames %u, in high prio octets %" PRIu64
    [all...]

Completed in 273 milliseconds

1 2 3 45 6