fs/mfs: Remove a few assert.h includes
[minix3.git] / minix / include / net / gen / psip_io.h
blobba71a4eea0a53f777c3c48f4ba8612b338c5ad04
1 /*
2 server/ip/gen/psip_io.h
3 */
5 #ifndef __SERVER__IP__GEN__PSIP_IO_H__
6 #define __SERVER__IP__GEN__PSIP_IO_H__
8 typedef struct nwio_psipopt
10 unsigned long nwpo_flags;
11 } nwio_psipopt_t;
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
20 #endif /* __SERVER__IP__GEN__PSIP_IO_H__ */
23 * $PchId: psip_io.h,v 1.3 2001/02/19 07:35:58 philip Exp $