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