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