Home
last modified time | relevance | path

Searched refs:SLOW_PROTO_LACP (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-slow.c34 #define SLOW_PROTO_LACP 1 macro
42 { SLOW_PROTO_LACP, "LACP" },
192 { (SLOW_PROTO_LACP << 8) + LACP_MARKER_TLV_TERMINATOR, "Terminator"},
193 { (SLOW_PROTO_LACP << 8) + LACP_TLV_ACTOR_INFO, "Actor Information"},
194 { (SLOW_PROTO_LACP << 8) + LACP_TLV_PARTNER_INFO, "Partner Information"},
195 { (SLOW_PROTO_LACP << 8) + LACP_TLV_COLLECTOR_INFO, "Collector Information"},
259 case SLOW_PROTO_LACP: in slow_print()
323 case SLOW_PROTO_LACP: /* LACP and MARKER share the same semantics */ in slow_print()
399 case ((SLOW_PROTO_LACP << 8) + LACP_TLV_ACTOR_INFO): in slow_marker_lacp_print()
400 case ((SLOW_PROTO_LACP << 8) + LACP_TLV_PARTNER_INFO): in slow_marker_lacp_print()
[all …]