Project

General

Profile

Statistics
| Revision:

root / lab4 / .minix-src / include / net / gen / psip_hdr.h @ 13

History | View | Annotate | Download (402 Bytes)

1
/*
2
server/ip/gen/psip_hdr.h
3
*/
4

    
5
#ifndef __SERVER__IP__GEN__PSIP_HDR_H__
6
#define __SERVER__IP__GEN__PSIP_HDR_H__
7

    
8
typedef struct psip_io_hdr
9
{
10
        u8_t pih_flags;
11
        u8_t pih_dummy[3];
12
        u32_t pih_nexthop;
13
} psip_io_hdr_t;
14

    
15
#define PF_LOC_REM_MASK        1
16
#define PF_LOC2REM                0
17
#define PF_REM2LOC                1
18

    
19
#endif /* __SERVER__IP__GEN__PSIP_HDR_H__ */
20

    
21
/*
22
 * $PchId: psip_hdr.h,v 1.3 2001/02/19 07:35:38 philip Exp $
23
 */