Home
last modified time | relevance | path

Searched refs:MPLS_BOS_MASK (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/netmpls/
H A Dmpls.h63 #define MPLS_BOS_MASK __MADDR(0x00000100U) macro
70 #define MPLS_BOS_ISSET(l) (((l) & MPLS_BOS_MASK) == MPLS_BOS_MASK)
H A Dmpls_output.c115 shim->shim_label |= MPLS_BOS_MASK; in mpls_output()
/openbsd/sys/net/
H A Dif_mpe.c303 MPLS_BOS_MASK | htonl(ttl); in mpe_output()
H A Dif_mpip.c765 bos = MPLS_BOS_MASK; in mpip_start()
H A Dif_mpw.c710 bos = MPLS_BOS_MASK; in mpw_start()