<net/if_ether.h>
[minix3.git] / include / net / gen / psip_hdr.h
blob5dc8bc4e444ae8e46b17f6ea70d77c3cdb882dd8
1 /*
2 server/ip/gen/psip_hdr.h
3 */
5 #ifndef __SERVER__IP__GEN__PSIP_HDR_H__
6 #define __SERVER__IP__GEN__PSIP_HDR_H__
8 typedef struct psip_io_hdr
10 u8_t pih_flags;
11 u8_t pih_dummy[3];
12 u32_t pih_nexthop;
13 } psip_io_hdr_t;
15 #define PF_LOC_REM_MASK 1
16 #define PF_LOC2REM 0
17 #define PF_REM2LOC 1
19 #endif /* __SERVER__IP__GEN__PSIP_HDR_H__ */
22 * $PchId: psip_hdr.h,v 1.3 2001/02/19 07:35:38 philip Exp $