#include <sys/types.h>
#include <termios.h>
Go to the source code of this file.
Defines | |
#define | DRVR_GETS_PIDS 0x0001 |
#define | DRVR_IS32 0x0002 |
#define | DRVR_SUPP_TTIM 0x0004 |
#define | RCV_BREAK 0x8000 |
#define | RCV_DATAERR 0x4000 |
#define | RCV_PARITY 0x4100 |
#define | RCV_FRAME 0x4200 |
#define | RCV_OVERRUN 0x4400 |
#define | RCV_HW 0x2000 |
#define | RCV_HW_OFF 0x2001 |
#define | RCV_HW_ON 0x2002 |
#define | RCV_HNGUP 0x2004 |
#define | RCV_CARRIER 0x2008 |
#define | RCV_EVENT 0x1000 |
#define | RCV_WINCH 0x1100 |
#define | RCV_PKT 0x1000 |
#define | RCV_PKT_FLUSHREAD 0x1001 |
#define | RCV_PKT_FLUSHWRITE 0x1002 |
#define | RCV_PKT_STOP 0x1004 |
#define | RCV_PKT_START 0x1008 |
#define | RCV_PKT_NOSTOP 0x1010 |
#define | RCV_PKT_DOSTOP 0x1020 |
#define | RCV_PKT_IOCTL 0x1040 |
#define | RCV_PKT_SPECIAL 0x1080 |
#define | ACT_NOTHING 0x0000 |
#define | ACT_SIGINT 0x0001 |
#define | ACT_SIGQUIT 0x0002 |
#define | ACT_SIGTSTP 0x0004 |
#define | ACT_OSFLOW_CHG 0x0008 |
#define | ACT_ISFLOW_CHG 0x0010 |
#define | ACT_OSFLOW_STOP 0x0020 |
#define | ACT_ISFLOW_STOP 0x0040 |
#define | ACT_INPUT_READY 0x0080 |
#define | ACT_FLUSH_INPUT 0x0100 |
#define | ACT_FLUSH_OUTPUT 0x0200 |
#define | ACT_INPUT_TIMEOUT 0x0400 |
#define | ACT_IHFLOW_CHG 0x0800 |
#define | ACT_IHFLOW_STOP 0x1000 |
#define | ACT_OHFLOW_CHG 0x2000 |
#define | ACT_OHFLOW_STOP 0x4000 |
#define | ACT_SIGHUP 0x8000 |
#define | ACT_REQ_LOGIN 0x10000L |
#define | ACT_PKT 0x20000L |
#define | ACT_RX_READY 0x40000L |
#define | ACT_SIGWINCH 0x80000L |
#define | ACT_OUTPUT_READY 0x0001 |
#define | INPUT_STOPPED 0x0002 |
#define | INPUT_STOPPED_HW 0x0004 |
#define | INPUT_NOT_EMPTY 0x0008 |
#define | INPUT_OVERFLOW 0x0010 |
#define | INPUT_TIMER 0x0020 |
#define | INPUT_HW 0x0040 |
#define | INPUT_SFLOW_CHG 0x0080 |
#define | INPUT_HFLOW_CHG 0x0100 |
#define | INPUT_USED 0x0200 |
#define | INPUT_ARMED 0x0400 |
#define | INPUT_RX_TRIGGER 0x0800 |
#define | OUTPUT_STOPPED 0x0001 |
#define | OUTPUT_STOPPED_HW 0x0002 |
#define | OUTPUT_XOFF 0x0004 |
#define | OUTPUT_XON 0x0008 |
#define | OUTPUT_READY 0x0010 |
#define | OUTPUT_HW 0x0020 |
#define | OUTPUT_HFLOW_OFF 0x0040 |
#define | OUTPUT_HFLOW_ON 0x0080 |
#define | OUTPUT_XNL 0x0100 |
#define | OUTPUT_SFLOW_CHG 0x0200 |
#define | OUTPUT_HFLOW_CHG 0x0400 |
#define | OUTPUT_FLUSH 0x0800 |
#define | PARITY_NONE 0x0000 |
#define | PARITY_EVEN 0x0004 |
#define | PARITY_ODD 0x0005 |
#define | PARITY_SPACE 0x0006 |
#define | PARITY_MARK 0x0007 |
#define | DRVR_SCAN 0x0001 |
#define | DRVR_NOTTY 0x0002 |
#define | DRVR_LOCK_HFLOW 0x0004 |
#define | DRVR_SINGLE_OPEN 0x0008 |
#define | DRVR_HEX_SUFFIX 0x0010 |
#define | DRVR_STTY 0x0020 |
#define | DRVR_NO_SUFFIX 0x0040 |
#define | DRVR_EOFHUP 0x0080 |
#define | IOCTL_OPEN 0x0301 |
#define | IOCTL_CLOSE 0x0302 |
#define | IOCTL_CTL 0x0303 |
#define | IOCTL_STARTBREAK 0x0304 |
#define | IOCTL_STOPBREAK 0x0305 |
#define | IOCTL_STARTDROP 0x0306 |
#define | IOCTL_STOPDROP 0x0307 |
#define | IOCTL_ERROR (-1) |
#define | IOCTL_OK 0 |
#define | IOCTL_BAD_UNIT 1 |
#define | IOCTL_NONE_FREE 2 |
#define | _DEV_DRIVER_REGISTER 0x0301 |
#define | _DEV_DRIVER_MOUNT 0x0302 |
#define | _DEV_DRIVER_ARM 0x0303 |
#define | _DEV_DRIVER_SHUTDOWN 0x0304 |
#define | __DEVDRVR_H_INCLUDED |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|