mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Reword two comments.
This commit is contained in:
parent
0a9fa9a339
commit
af44ef0a2f
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue