Home | History | Annotate | Download | only in traceroute

Lines Matching defs:mpls

293  * http://www.ietf.org/proceedings/01aug/I-D/draft-ietf-mpls-icmp-02.txt
368 static int Mflag; /* show MPLS labels if any */
1109 struct mpls_header mpls;
1111 } mpls;
1179 mpls.mpls_h = ntohl(*(uint32_t *)buf);
1184 printf(" [MPLS: Label %d Exp %d]",
1185 mpls.mpls.label, mpls.mpls.exp);