/* $NetBSD: icmpcode.c,v 1.2 2012/07/22 14:27:36 darrenr Exp $ */ /* * Copyright (C) 2012 by Darren Reed. * * See the IPFILTER.LICENCE file for details on licencing. * * Id: icmpcode.c,v 1.1.1.2 2012/07/22 13:44:38 darrenr Exp $ */ #include #include "ipf.h" #ifndef MIN # define MIN(a,b) ((a) > (b) ? (b) : (a)) #endif char *icmpcodes[MAX_ICMPCODE + 1] = { "net-unr", "host-unr", "proto-unr", "port-unr", "needfrag", "srcfail", "net-unk", "host-unk", "isolate", "net-prohib", "host-prohib", "net-tos", "host-tos", "filter-prohib", "host-preced", "preced-cutoff", NULL }; 5a47'/> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/modules/compat_linux
AgeCommit message (Expand)Author
2009-02-24Follow up the removal of linux_support.S for amd64 and i386.he
2008-12-08s/SYSVIPC/SYSVMSG/, for message queues support.njoly
2008-11-20PR port-amd64/39964 modules/compat_linux: missing symbols on amd64ad
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad