]> git.saurik.com Git - apple/network_cmds.git/blame_incremental - route.tproj/keywords.h
network_cmds-201.tar.gz
[apple/network_cmds.git] / route.tproj / keywords.h
... / ...
CommitLineData
1/*
2 * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
6 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
7 *
8 * This file contains Original Code and/or Modifications of Original Code
9 * as defined in and that are subject to the Apple Public Source License
10 * Version 2.0 (the 'License'). You may not use this file except in
11 * compliance with the License. Please obtain a copy of the License at
12 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * file.
14 *
15 * The Original Code and all software distributed under the License are
16 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20 * Please see the License for the specific language governing rights and
21 * limitations under the License.
22 *
23 * @APPLE_LICENSE_HEADER_END@
24 */
25#define K_ADD 1
26 {"add", K_ADD},
27#define K_BLACKHOLE 2
28 {"blackhole", K_BLACKHOLE},
29#define K_CHANGE 3
30 {"change", K_CHANGE},
31#define K_CLONING 4
32 {"cloning", K_CLONING},
33#define K_DELETE 5
34 {"delete", K_DELETE},
35#define K_DST 6
36 {"dst", K_DST},
37#define K_EXPIRE 7
38 {"expire", K_EXPIRE},
39#define K_FLUSH 8
40 {"flush", K_FLUSH},
41#define K_GATEWAY 9
42 {"gateway", K_GATEWAY},
43#define K_GENMASK 10
44 {"genmask", K_GENMASK},
45#define K_GET 11
46 {"get", K_GET},
47#define K_HOST 12
48 {"host", K_HOST},
49#define K_HOPCOUNT 13
50 {"hopcount", K_HOPCOUNT},
51#define K_IFACE 14
52 {"iface", K_IFACE},
53#define K_INTERFACE 15
54 {"interface", K_INTERFACE},
55#define K_IFA 16
56 {"ifa", K_IFA},
57#define K_IFP 17
58 {"ifp", K_IFP},
59#define K_INET 18
60 {"inet", K_INET},
61#define K_INET6 19
62 {"inet6", K_INET6},
63#define K_ISO 20
64 {"iso", K_ISO},
65#define K_LINK 21
66 {"link", K_LINK},
67#define K_LLINFO 22
68 {"llinfo", K_LLINFO},
69#define K_LOCK 23
70 {"lock", K_LOCK},
71#define K_LOCKREST 24
72 {"lockrest", K_LOCKREST},
73#define K_MASK 25
74 {"mask", K_MASK},
75#define K_MONITOR 26
76 {"monitor", K_MONITOR},
77#define K_MTU 27
78 {"mtu", K_MTU},
79#define K_NET 28
80 {"net", K_NET},
81#define K_NETMASK 29
82 {"netmask", K_NETMASK},
83#define K_NOSTATIC 30
84 {"nostatic", K_NOSTATIC},
85#define K_OSI 31
86 {"osi", K_OSI},
87#define K_PREFIXLEN 32
88 {"prefixlen", K_PREFIXLEN},
89#define K_PROTO1 33
90 {"proto1", K_PROTO1},
91#define K_PROTO2 34
92 {"proto2", K_PROTO2},
93#define K_RECVPIPE 35
94 {"recvpipe", K_RECVPIPE},
95#define K_REJECT 36
96 {"reject", K_REJECT},
97#define K_RTT 37
98 {"rtt", K_RTT},
99#define K_RTTVAR 38
100 {"rttvar", K_RTTVAR},
101#define K_SA 39
102 {"sa", K_SA},
103#define K_SENDPIPE 40
104 {"sendpipe", K_SENDPIPE},
105#define K_SSTHRESH 41
106 {"ssthresh", K_SSTHRESH},
107#define K_STATIC 42
108 {"static", K_STATIC},
109#define K_X25 43
110 {"x25", K_X25},
111#define K_XNS 44
112 {"xns", K_XNS},
113#define K_XRESOLVE 45
114 {"xresolve", K_XRESOLVE},