ip_fw.h (1c910ddbf91636c9e20f473f819473c7da3fa8d0) | ip_fw.h (e7a5897899c7bc887604debef57ccd99a30557b7) |
---|---|
1/* 2 * Copyright (c) 1993 Daniel Boulet 3 * Copyright (c) 1994 Ugen J.S.Antsilevich 4 * 5 * Redistribution and use in source forms, with and without modification, 6 * are permitted provided that this entire comment appears intact. 7 * 8 * Redistribution in binary form may occur without any restrictions. 9 * Obviously, it would be nice if you gave credit where credit is due 10 * but requiring it would be too onerous. 11 * 12 * This software is provided ``AS IS'' without any warranties of any kind. 13 * | 1/* 2 * Copyright (c) 1993 Daniel Boulet 3 * Copyright (c) 1994 Ugen J.S.Antsilevich 4 * 5 * Redistribution and use in source forms, with and without modification, 6 * are permitted provided that this entire comment appears intact. 7 * 8 * Redistribution in binary form may occur without any restrictions. 9 * Obviously, it would be nice if you gave credit where credit is due 10 * but requiring it would be too onerous. 11 * 12 * This software is provided ``AS IS'' without any warranties of any kind. 13 * |
14 * $Id: ip_fw.h,v 1.30 1997/10/28 15:58:45 bde Exp $ | 14 * $Id: ip_fw.h,v 1.31 1998/01/08 03:03:54 alex Exp $ |
15 */ 16 17#ifndef _IP_FW_H 18#define _IP_FW_H 19 | 15 */ 16 17#ifndef _IP_FW_H 18#define _IP_FW_H 19 |
20#include <sys/queue.h> 21 |
|
20/* 21 * This union structure identifies an interface, either explicitly 22 * by name or implicitly by IP address. The flags IP_FW_F_IIFNAME 23 * and IP_FW_F_OIFNAME say how to interpret this structure. An 24 * interface unit number of -1 matches any unit number, while an 25 * IP address of 0.0.0.0 indicates matches any interface. 26 * 27 * The receive and transmit interfaces are only compared against the --- 157 unchanged lines hidden --- | 22/* 23 * This union structure identifies an interface, either explicitly 24 * by name or implicitly by IP address. The flags IP_FW_F_IIFNAME 25 * and IP_FW_F_OIFNAME say how to interpret this structure. An 26 * interface unit number of -1 matches any unit number, while an 27 * IP address of 0.0.0.0 indicates matches any interface. 28 * 29 * The receive and transmit interfaces are only compared against the --- 157 unchanged lines hidden --- |