]> git.saurik.com Git - apple/xnu.git/blob - tools/lldbmacros/routedefines.py
xnu-2782.1.97.tar.gz
[apple/xnu.git] / tools / lldbmacros / routedefines.py
1 RTF_UP = 0x1
2 RTF_GATEWAY = 0x2
3 RTF_HOST = 0x4
4 RTF_REJECT = 0x8
5 RTF_DYNAMIC = 0x10
6 RTF_MODIFIED = 0x20
7 RTF_DONE = 0x40
8 RTF_DELCLONE = 0x80
9 RTF_CLONING = 0x100
10 RTF_XRESOLVE = 0x200
11 RTF_LLINFO = 0x400
12 RTF_STATIC = 0x800
13 RTF_BLACKHOLE = 0x1000
14 RTF_PROTO2 = 0x4000
15 RTF_PROTO1 = 0x8000
16 RTF_PRCLONING = 0x10000
17 RTF_WASCLONED = 0x20000
18 RTF_PROTO3 = 0x40000
19 RTF_PINNED = 0x100000
20 RTF_LOCAL = 0x200000
21 RTF_BROADCAST = 0x400000
22 RTF_MULTICAST = 0x800000
23 RTF_IFSCOPE = 0x1000000
24 RTF_CONDEMNED = 0x2000000
25 RTF_IFREF = 0x4000000
26 RTF_PROXY = 0x8000000
27 RTF_ROUTER = 0x10000000