diff options
| -rw-r--r-- | sys/netinet/in.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 99330a5b0217..882f4df9b653 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; |
