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