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

  /src/external/bsd/tcpdump/dist/
print-icmp.c 331 uint32_t raw_label; local
776 raw_label = GET_BE_U_4(obj_tptr);
777 ND_PRINT("\n\t label %u, tc %u", MPLS_LABEL(raw_label), MPLS_TC(raw_label));
778 if (MPLS_STACK(raw_label))
780 ND_PRINT(", ttl %u", MPLS_TTL(raw_label));

Completed in 25 milliseconds