HomeSort by: relevance | last modified time | path
    Searched defs:mpls (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/traceroute/
traceroute.c 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; member in union:decode_extensions::__anonf248fccc010a
1111 } mpls; local in function:decode_extensions
1179 mpls.mpls_h = ntohl(*(uint32_t *)buf);
1184 printf(" [MPLS: Label %d Exp %d]",
1185 mpls.mpls.label, mpls.mpls.exp)
    [all...]
traceroute.c 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; member in union:decode_extensions::__anonf248fccc010a
1111 } mpls; local in function:decode_extensions
1179 mpls.mpls_h = ntohl(*(uint32_t *)buf);
1184 printf(" [MPLS: Label %d Exp %d]",
1185 mpls.mpls.label, mpls.mpls.exp)
    [all...]

Completed in 22 milliseconds