DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MPLS_TTL
sys/netproto/mpls/mpls.h
56
#define MPLS_TTL(shim) ((shim) & MPLS_TTL_MASK)
usr.sbin/traceroute/traceroute.c
272
#define MPLS_TTL(x) ((x) & 0x000000ff)