| 1 | /* | 
 
 
 
 
 | 2 | * ipxtfflt.h - Routing and Remote Access Services | 
 
 
 
 
 | 3 | * | 
 
 
 
 
 | 4 | * THIS SOFTWARE IS NOT COPYRIGHTED | 
 
 
 
 
 | 5 | * | 
 
 
 
 
 | 6 | * This source code is offered for use in the public domain.  You may use, | 
 
 
 
 
 | 7 | * modify or distribute it freely. | 
 
 
 
 
 | 8 | * | 
 
 
 
 
 | 9 | * This code is distributed in the hope that it will be useful but | 
 
 
 
 
 | 10 | * WITHOUT ANY WARRANTY.  ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY | 
 
 
 
 
 | 11 | * DISCLAIMED.  This includes but is not limited to warranties of | 
 
 
 
 
 | 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 
 
 
 
 
 | 13 | * | 
 
 
 
 
 | 14 | */ | 
 
 
 
 
 | 15 | #ifndef _IPXTFFLT_H | 
 
 
 
 
 | 16 | #define _IPXTFFLT_H | 
 
 
 
 
 | 17 | #if __GNUC__ >= 3 | 
 
 
 
 
 | 18 | #pragma GCC system_header | 
 
 
 
 
 | 19 | #endif | 
 
 
 
 
 | 20 |  | 
 
 
 
 
 | 21 | #ifdef __cplusplus | 
 
 
 
 
 | 22 | extern "C" { | 
 
 
 
 
 | 23 | #endif | 
 
 
 
 
 | 24 |  | 
 
 
 
 
 | 25 | /*--- Router Management Reference - Router Information Structures - IPX Information Structures */ | 
 
 
 
 
 | 26 | #if 0 | 
 
 
 
 
 | 27 | typedef struct { | 
 
 
 
 
 | 28 | ??? | 
 
 
 
 
 | 29 | } IPX_TRAFFIC_FILTER_INFO,*PIPX_TRAFFIC_FILTER_INFO; | 
 
 
 
 
 | 30 | typedef struct { | 
 
 
 
 
 | 31 | ??? | 
 
 
 
 
 | 32 | } IPX_TRAFFIC_FILTER_GLOBAL_INFO,*PIPX_TRAFFIC_FILTER_GLOBAL_INFO; | 
 
 
 
 
 | 33 | #endif | 
 
 
 
 
 | 34 |  | 
 
 
 
 
 | 35 | #ifdef __cplusplus | 
 
 
 
 
 | 36 | } | 
 
 
 
 
 | 37 | #endif | 
 
 
 
 
 | 38 | #endif |