xref: /xnu-10063.141.1/tools/lldbmacros/routedefines.py (revision d8b80295118ef25ac3a784134bcf95cd8e88109f)
1*d8b80295SApple OSS DistributionsRTF_UP          = 0x1
2*d8b80295SApple OSS DistributionsRTF_GATEWAY     = 0x2
3*d8b80295SApple OSS DistributionsRTF_HOST        = 0x4
4*d8b80295SApple OSS DistributionsRTF_REJECT      = 0x8
5*d8b80295SApple OSS DistributionsRTF_DYNAMIC     = 0x10
6*d8b80295SApple OSS DistributionsRTF_MODIFIED    = 0x20
7*d8b80295SApple OSS DistributionsRTF_DONE        = 0x40
8*d8b80295SApple OSS DistributionsRTF_DELCLONE    = 0x80
9*d8b80295SApple OSS DistributionsRTF_CLONING     = 0x100
10*d8b80295SApple OSS DistributionsRTF_XRESOLVE    = 0x200
11*d8b80295SApple OSS DistributionsRTF_LLINFO      = 0x400
12*d8b80295SApple OSS DistributionsRTF_STATIC      = 0x800
13*d8b80295SApple OSS DistributionsRTF_BLACKHOLE   = 0x1000
14*d8b80295SApple OSS DistributionsRTF_PROTO2      = 0x4000
15*d8b80295SApple OSS DistributionsRTF_PROTO1      = 0x8000
16*d8b80295SApple OSS DistributionsRTF_PRCLONING   = 0x10000
17*d8b80295SApple OSS DistributionsRTF_WASCLONED   = 0x20000
18*d8b80295SApple OSS DistributionsRTF_PROTO3      = 0x40000
19*d8b80295SApple OSS DistributionsRTF_PINNED      = 0x100000
20*d8b80295SApple OSS DistributionsRTF_LOCAL       = 0x200000
21*d8b80295SApple OSS DistributionsRTF_BROADCAST   = 0x400000
22*d8b80295SApple OSS DistributionsRTF_MULTICAST   = 0x800000
23*d8b80295SApple OSS DistributionsRTF_IFSCOPE     = 0x1000000
24*d8b80295SApple OSS DistributionsRTF_CONDEMNED   = 0x2000000
25*d8b80295SApple OSS DistributionsRTF_IFREF       = 0x4000000
26*d8b80295SApple OSS DistributionsRTF_PROXY       = 0x8000000
27*d8b80295SApple OSS DistributionsRTF_ROUTER      = 0x10000000
28