Home | Sort by relevance Sort by last modified time |
/external/tcpdump/ | |
mpls.h | 41 #define MPLS_TTL(x) (((x) & TTL_MASK) >> TTL_SHIFT) |
print-mpls.c | 82 printf(", ttl %u)", MPLS_TTL(label_entry)); |
print-icmp.c | 662 printf(", ttl %u", MPLS_TTL(raw_label)); |