Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (519 Bytes)

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

    
5
#ifndef __SERVER__IP__GEN__PSIP_IO_H__
6
#define __SERVER__IP__GEN__PSIP_IO_H__
7

    
8
typedef struct nwio_psipopt
9
{
10
        unsigned long nwpo_flags;
11
} nwio_psipopt_t;
12

    
13
#define NWPO_PROMISC_MASK        0x0001L
14
#define                NWPO_EN_PROMISC                0x00000001L
15
#define                NWUO_DI_PROMISC                0x00010000L
16
#define NWPO_NEXTHOP_MASK        0x0002L
17
#define                NWPO_EN_NEXTHOP                0x00000002L
18
#define                NWUO_DI_NEXTHOP                0x00020000L
19

    
20
#endif /* __SERVER__IP__GEN__PSIP_IO_H__ */
21

    
22
/*
23
 * $PchId: psip_io.h,v 1.3 2001/02/19 07:35:58 philip Exp $
24
 */