Home
last modified time | relevance | path

Searched defs:shim (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netproto/mpls/
H A Dmpls.h53 #define MPLS_LABEL(shim) (((shim) & MPLS_LABEL_MASK) >> 12) argument
54 #define MPLS_EXP(shim) (((shim) & MPLS_EXP_MASK) >> 9) argument
55 #define MPLS_STACK(shim) (((shim) & MPLS_STACK_MASK) >> 8) argument
56 #define MPLS_TTL(shim) ((shim) & MPLS_TTL_MASK) argument
57 #define MPLS_SET_LABEL(shim, x) \ argument
62 #define MPLS_SET_EXP(shim, x) \ argument
67 #define MPLS_SET_STACK(shim, x) \ argument
72 #define MPLS_SET_TTL(shim, x) \ argument
/dragonfly/contrib/tcpdump/
H A Dprint-bcm-li.c68 u_int shim, direction, pkt_type, pkt_subtype, li_id; in bcm_li_print() local
/dragonfly/sys/net/
H A Droute.c1379 struct sockaddr *shim = rt_shim[RTAX_MPLS1 + i]; in rt_setshims() local