00001 /* 00002 * $Id: reassembler_packet.h 346460 2009-11-14 05:06:47Z ssiano $ 00003 * 00004 * This code is provided as is by Juniper Networks SDK Developer Support. 00005 * It is provided with no warranties or guarantees, and Juniper Networks 00006 * will not provide support or maintenance of this code in any fashion. 00007 * The code is provided only to help a developer better understand how 00008 * the SDK can be used. 00009 * 00010 * Copyright (c) 2009, Juniper Networks, Inc. 00011 * All rights reserved. 00012 */ 00013 00021 #ifndef __REASSEMBLER_PACKET_H__ 00022 #define __REASSEMBLER_PACKET_H__ 00023 00024 #include <isc/eventlib.h> 00025 #include <jnx/aux_types.h> 00026 00027 /*** Constants ***/ 00028 00029 00030 /*** Data structures ***/ 00031 00032 00033 /*** GLOBAL/EXTERNAL Functions ***/ 00034 00035 00045 status_t 00046 init_packet_loops(evContext ctx); 00047 00048 00055 void 00056 stop_packet_loops(evContext ctx); 00057 00058 00059 #endif