Home
last modified time | relevance | path

Searched defs:MPLS_LABEL_GET (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/netmpls/
H A Dmpls_output.c39 #define MPLS_LABEL_GET(l) ((ntohl((l) & MPLS_LABEL_MASK)) >> MPLS_LABEL_OFFSET) macro
H A Dmpls_input.c42 #define MPLS_LABEL_GET(l) ((ntohl((l) & MPLS_LABEL_MASK)) >> MPLS_LABEL_OFFSET) macro