summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-10-19 20:23:12 +0000
committeralex <alex@FreeBSD.org>1996-10-19 20:23:12 +0000
commit357e1b74cb7e558ee041bc0d7993aa657186af36 (patch)
tree490af597e0eea9865dc7ebb9d0c692d27126eeb7 /sys/netinet/in.h
parentac2b3f6ae6dc496bacb3f44c2decde763105f500 (diff)
downloadFreeBSD-src-357e1b74cb7e558ee041bc0d7993aa657186af36.zip
FreeBSD-src-357e1b74cb7e558ee041bc0d7993aa657186af36.tar.gz
Reword two comments.
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 99330a5..882f4df 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in.h 8.3 (Berkeley) 1/3/94
- * $Id: in.h,v 1.19 1996/08/12 14:05:53 peter Exp $
+ * $Id: in.h,v 1.20 1996/08/21 21:36:53 sos Exp $
*/
#ifndef _NETINET_IN_H_
@@ -223,7 +223,7 @@ struct ip_opts {
#define IP_FW_ADD 50 /* add a firewall rule to chain */
#define IP_FW_DEL 51 /* delete a firewall rule from chain */
#define IP_FW_FLUSH 52 /* flush firewall rule chain */
-#define IP_FW_ZERO 53 /* clear all firewall counters */
+#define IP_FW_ZERO 53 /* clear single/all firewall counter(s) */
#define IP_FW_GET 54 /* get entire firewall rule chain */
#define IP_NAT 55 /* set/get NAT opts */
@@ -334,7 +334,7 @@ typedef int ip_fw_ctl_t __P((int, struct mbuf**));
extern ip_fw_chk_t *ip_fw_chk_ptr;
extern ip_fw_ctl_t *ip_fw_ctl_ptr;
-/* ip NAT hooks */
+/* IP NAT hooks */
typedef int ip_nat_t __P((struct ip**, struct mbuf**, int));
typedef int ip_nat_ctl_t __P((int, struct mbuf**));
extern ip_nat_t *ip_nat_ptr;
OpenPOWER on IntegriCloud