psip_hdr.h

Go to the documentation of this file.
00001 /*
00002 server/ip/gen/psip_hdr.h
00003 */
00004 
00005 #ifndef __SERVER__IP__GEN__PSIP_HDR_H__
00006 #define __SERVER__IP__GEN__PSIP_HDR_H__
00007 
00008 typedef struct psip_io_hdr
00009 {
00010         u8_t pih_flags;
00011         u8_t pih_dummy[3];
00012         u32_t pih_nexthop;
00013 } psip_io_hdr_t;
00014 
00015 #define PF_LOC_REM_MASK 1
00016 #define PF_LOC2REM              0
00017 #define PF_REM2LOC              1
00018 
00019 #endif /* __SERVER__IP__GEN__PSIP_HDR_H__ */
00020 
00021 /*
00022  * $PchId: psip_hdr.h,v 1.3 2001/02/19 07:35:38 philip Exp $
00023  */

Generated on Fri Apr 14 22:57:21 2006 for minix by  doxygen 1.4.6