1*433d6423SLionel Sambuc /* 2*433d6423SLionel Sambuc server/ip/gen/psip_io.h 3*433d6423SLionel Sambuc */ 4*433d6423SLionel Sambuc 5*433d6423SLionel Sambuc #ifndef __SERVER__IP__GEN__PSIP_IO_H__ 6*433d6423SLionel Sambuc #define __SERVER__IP__GEN__PSIP_IO_H__ 7*433d6423SLionel Sambuc 8*433d6423SLionel Sambuc typedef struct nwio_psipopt 9*433d6423SLionel Sambuc { 10*433d6423SLionel Sambuc unsigned long nwpo_flags; 11*433d6423SLionel Sambuc } nwio_psipopt_t; 12*433d6423SLionel Sambuc 13*433d6423SLionel Sambuc #define NWPO_PROMISC_MASK 0x0001L 14*433d6423SLionel Sambuc #define NWPO_EN_PROMISC 0x00000001L 15*433d6423SLionel Sambuc #define NWUO_DI_PROMISC 0x00010000L 16*433d6423SLionel Sambuc #define NWPO_NEXTHOP_MASK 0x0002L 17*433d6423SLionel Sambuc #define NWPO_EN_NEXTHOP 0x00000002L 18*433d6423SLionel Sambuc #define NWUO_DI_NEXTHOP 0x00020000L 19*433d6423SLionel Sambuc 20*433d6423SLionel Sambuc #endif /* __SERVER__IP__GEN__PSIP_IO_H__ */ 21*433d6423SLionel Sambuc 22*433d6423SLionel Sambuc /* 23*433d6423SLionel Sambuc * $PchId: psip_io.h,v 1.3 2001/02/19 07:35:58 philip Exp $ 24*433d6423SLionel Sambuc */ 25