Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0093000 /*
0093001 server/ip/gen/psip_io.h
0093002 */
0093003 
0093004 #ifndef __SERVER__IP__GEN__PSIP_IO_H__
0093005 #define __SERVER__IP__GEN__PSIP_IO_H__
0093006 
0093007 typedef struct nwio_psipopt
0093008 {
0093009          unsigned long nwpo_flags;
0093010 } nwio_psipopt_t;
0093011 
0093012 #define NWPO_PROMISC_MASK       0x0001L
0093013 #define              NWPO_EN_PROMISC              0x00000001L
0093014 #define              NWUO_DI_PROMISC              0x00010000L
0093015 
0093016 #endif /* __SERVER__IP__GEN__PSIP_IO_H__ */
0093017 
0093018 /*
0093019  * $PchId: psip_io.h,v 1.2 1995/11/17 22:22:16 philip Exp $
0093020  */