diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-14 17:23:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-14 17:23:56 +0000 |
commit | 69038f7be9da62f6e6edda214c0659bf64543b27 (patch) | |
tree | 0dacccaa4cfa5bc67b38b0c352f53462e99e6926 /sbin/route/keywords.c | |
parent | 6e357f3781a3a8148a086de0369435a850c7f81b (diff) |
merge netbsd changes for show command
yet more buf oflows (provided by netbsd!)
an attempt at 64 bit cleanliness
-Wall
Diffstat (limited to 'sbin/route/keywords.c')
-rw-r--r-- | sbin/route/keywords.c | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/sbin/route/keywords.c b/sbin/route/keywords.c new file mode 100644 index 00000000000..d025dd97798 --- /dev/null +++ b/sbin/route/keywords.c @@ -0,0 +1,56 @@ +/* $NetBSD$ */ + +/* WARNING! This file was generated by keywords.sh */ + +#include "keywords.h" + +struct keytab keywords[] = { + + {"add", K_ADD}, + {"blackhole", K_BLACKHOLE}, + {"change", K_CHANGE}, + {"cloning", K_CLONING}, + {"delete", K_DELETE}, + {"dst", K_DST}, + {"expire", K_EXPIRE}, + {"flush", K_FLUSH}, + {"gateway", K_GATEWAY}, + {"genmask", K_GENMASK}, + {"get", K_GET}, + {"host", K_HOST}, + {"hopcount", K_HOPCOUNT}, + {"iface", K_IFACE}, + {"interface", K_INTERFACE}, + {"ifa", K_IFA}, + {"ifp", K_IFP}, + {"inet", K_INET}, + {"ipx", K_IPX}, + {"iso", K_ISO}, + {"link", K_LINK}, + {"llinfo", K_LLINFO}, + {"lock", K_LOCK}, + {"lockrest", K_LOCKREST}, + {"mask", K_MASK}, + {"monitor", K_MONITOR}, + {"mtu", K_MTU}, + {"net", K_NET}, + {"netmask", K_NETMASK}, + {"nostatic", K_NOSTATIC}, + {"osi", K_OSI}, + {"proto1", K_PROTO1}, + {"proto2", K_PROTO2}, + {"recvpipe", K_RECVPIPE}, + {"reject", K_REJECT}, + {"rtt", K_RTT}, + {"rttvar", K_RTTVAR}, + {"sa", K_SA}, + {"sendpipe", K_SENDPIPE}, + {"show", K_SHOW}, + {"ssthresh", K_SSTHRESH}, + {"static", K_STATIC}, + {"x25", K_X25}, + {"xns", K_XNS}, + {"xresolve", K_XRESOLVE}, + {0, 0} +}; + |