Home
last modified time | relevance | path

Searched refs:MPLS_LABEL_MASK (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/netmpls/
H A Dmpls_shim.c71 shim->shim_label &= ~MPLS_LABEL_MASK; in mpls_shim_swap()
72 shim->shim_label |= rt_mpls->mpls_label & MPLS_LABEL_MASK; in mpls_shim_swap()
H A Dmpls_input.c42 #define MPLS_LABEL_GET(l) ((ntohl((l) & MPLS_LABEL_MASK)) >> MPLS_LABEL_OFFSET)
103 smpls->smpls_label = shim->shim_label & MPLS_LABEL_MASK; in mpls_input()
118 smpls->smpls_label = shim->shim_label & MPLS_LABEL_MASK; in mpls_input()
389 smpls->smpls_label = shim->shim_label & MPLS_LABEL_MASK; in mpls_do_error()
H A Dmpls_output.c39 #define MPLS_LABEL_GET(l) ((ntohl((l) & MPLS_LABEL_MASK)) >> MPLS_LABEL_OFFSET)
139 smpls->smpls_label = shim->shim_label & MPLS_LABEL_MASK; in mpls_output()
H A Dmpls.h59 #define MPLS_LABEL_MASK __MADDR(0xfffff000U) macro
/openbsd/usr.sbin/traceroute/
H A Dtraceroute.h76 #define MPLS_LABEL(m) ((m & MPLS_LABEL_MASK) >> MPLS_LABEL_OFFSET)
/openbsd/sys/net/
H A Dif_mpip.c780 MPLS_LABEL_MASK; in mpip_start()
/openbsd/lib/libpcap/
H A Dgencode.c3300 MPLS_LABEL_MASK); in gen_mpls()