]>
git.saurik.com Git - apple/network_cmds.git/blob - route.tproj/keywords.h
0cc369f5896c859ec5f6adaef0a2ac55cc3fd611
2 * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
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
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.
23 * @APPLE_LICENSE_HEADER_END@
28 {"blackhole", K_BLACKHOLE
},
32 {"cloning", K_CLONING
},
42 {"gateway", K_GATEWAY
},
44 {"genmask", K_GENMASK
},
50 {"hopcount", K_HOPCOUNT
},
53 #define K_INTERFACE 15
54 {"interface", K_INTERFACE
},
72 {"lockrest", K_LOCKREST
},
76 {"monitor", K_MONITOR
},
82 {"netmask", K_NETMASK
},
84 {"nostatic", K_NOSTATIC
},
87 #define K_PREFIXLEN 32
88 {"prefixlen", K_PREFIXLEN
},
94 {"recvpipe", K_RECVPIPE
},
100 {"rttvar", K_RTTVAR
},
103 #define K_SENDPIPE 40
104 {"sendpipe", K_SENDPIPE
},
105 #define K_SSTHRESH 41
106 {"ssthresh", K_SSTHRESH
},
108 {"static", K_STATIC
},
113 #define K_XRESOLVE 45
114 {"xresolve", K_XRESOLVE
},