source: trunk/minix/include/net/gen/psip_io.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 519 bytes
Line 
1/*
2server/ip/gen/psip_io.h
3*/
4
5#ifndef __SERVER__IP__GEN__PSIP_IO_H__
6#define __SERVER__IP__GEN__PSIP_IO_H__
7
8typedef 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 */
Note: See TracBrowser for help on using the repository browser.