Home
last modified time | relevance | path

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

/openbsd/src/sys/netmpls/
Dmpls.h101 #define MPLS_OP_SWAP 0x4 macro
Dmpls_output.c98 case MPLS_OP_SWAP: in mpls_output()
Dmpls_input.c237 case MPLS_OP_SWAP: in mpls_input()
/openbsd/src/usr.bin/netstat/
Dshow.c714 switch (type & (MPLS_OP_PUSH | MPLS_OP_POP | MPLS_OP_SWAP)) { in mpls_op()
719 case MPLS_OP_SWAP: in mpls_op()
/openbsd/src/sbin/route/
Dshow.c778 switch (type & (MPLS_OP_PUSH | MPLS_OP_POP | MPLS_OP_SWAP)) { in mpls_op()
783 case MPLS_OP_SWAP: in mpls_op()
Droute.c652 mpls_flags = MPLS_OP_SWAP; in newroute()
/openbsd/src/usr.sbin/ldpd/
Dkroute.c1282 hdr.rtm_mpls = MPLS_OP_SWAP; in send_rtmsg_v4()
1428 hdr.rtm_mpls = MPLS_OP_SWAP; in send_rtmsg_v6()