]>
Commit | Line | Data |
---|---|---|
b7080c8e A |
1 | /* |
2 | * Copyright (c) 1999 Apple Computer, Inc. All rights reserved. | |
3 | * | |
4 | * @APPLE_LICENSE_HEADER_START@ | |
5 | * | |
a2c93a76 A |
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. | |
b7080c8e A |
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, | |
a2c93a76 A |
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." | |
b7080c8e A |
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}, | |
7ba0088d A |
60 | #define K_INET6 19 |
61 | {"inet6", K_INET6}, | |
62 | #define K_ISO 20 | |
b7080c8e | 63 | {"iso", K_ISO}, |
7ba0088d | 64 | #define K_LINK 21 |
b7080c8e | 65 | {"link", K_LINK}, |
7ba0088d A |
66 | #define K_LLINFO 22 |
67 | {"llinfo", K_LLINFO}, | |
68 | #define K_LOCK 23 | |
b7080c8e | 69 | {"lock", K_LOCK}, |
7ba0088d | 70 | #define K_LOCKREST 24 |
b7080c8e | 71 | {"lockrest", K_LOCKREST}, |
7ba0088d | 72 | #define K_MASK 25 |
b7080c8e | 73 | {"mask", K_MASK}, |
7ba0088d | 74 | #define K_MONITOR 26 |
b7080c8e | 75 | {"monitor", K_MONITOR}, |
7ba0088d | 76 | #define K_MTU 27 |
b7080c8e | 77 | {"mtu", K_MTU}, |
7ba0088d | 78 | #define K_NET 28 |
b7080c8e | 79 | {"net", K_NET}, |
7ba0088d | 80 | #define K_NETMASK 29 |
b7080c8e | 81 | {"netmask", K_NETMASK}, |
7ba0088d | 82 | #define K_NOSTATIC 30 |
b7080c8e | 83 | {"nostatic", K_NOSTATIC}, |
7ba0088d | 84 | #define K_OSI 31 |
b7080c8e | 85 | {"osi", K_OSI}, |
7ba0088d A |
86 | #define K_PREFIXLEN 32 |
87 | {"prefixlen", K_PREFIXLEN}, | |
88 | #define K_PROTO1 33 | |
b7080c8e | 89 | {"proto1", K_PROTO1}, |
7ba0088d | 90 | #define K_PROTO2 34 |
b7080c8e | 91 | {"proto2", K_PROTO2}, |
7ba0088d | 92 | #define K_RECVPIPE 35 |
b7080c8e | 93 | {"recvpipe", K_RECVPIPE}, |
7ba0088d | 94 | #define K_REJECT 36 |
b7080c8e | 95 | {"reject", K_REJECT}, |
7ba0088d | 96 | #define K_RTT 37 |
b7080c8e | 97 | {"rtt", K_RTT}, |
7ba0088d | 98 | #define K_RTTVAR 38 |
b7080c8e | 99 | {"rttvar", K_RTTVAR}, |
7ba0088d | 100 | #define K_SA 39 |
b7080c8e | 101 | {"sa", K_SA}, |
7ba0088d | 102 | #define K_SENDPIPE 40 |
b7080c8e | 103 | {"sendpipe", K_SENDPIPE}, |
7ba0088d | 104 | #define K_SSTHRESH 41 |
b7080c8e | 105 | {"ssthresh", K_SSTHRESH}, |
7ba0088d | 106 | #define K_STATIC 42 |
b7080c8e | 107 | {"static", K_STATIC}, |
7ba0088d | 108 | #define K_X25 43 |
b7080c8e | 109 | {"x25", K_X25}, |
7ba0088d | 110 | #define K_XNS 44 |
b7080c8e | 111 | {"xns", K_XNS}, |
7ba0088d | 112 | #define K_XRESOLVE 45 |
b7080c8e | 113 | {"xresolve", K_XRESOLVE}, |