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