Home
last modified time | relevance | path

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

/openbsd/sbin/route/
H A Droute.c81 u_long mpls_flags = MPLS_OP_LOCAL; variable
618 mpls_flags = MPLS_OP_PUSH; in newroute()
633 if (mpls_flags == MPLS_OP_LOCAL) in newroute()
642 mpls_flags = MPLS_OP_POP; in newroute()
647 mpls_flags = MPLS_OP_PUSH; in newroute()
652 mpls_flags = MPLS_OP_SWAP; in newroute()
1341 rtm.rtm_mpls = mpls_flags; in rtmsg()