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