Linux Kernel
3.7.1
|
#include <slip_common.h>
Data Fields | |
unsigned char | ibuf [ENC_BUF_SIZE] |
unsigned char | obuf [ENC_BUF_SIZE] |
int | more |
int | pos |
int | esc |
Definition at line 83 of file slip_common.h.
int esc |
Definition at line 88 of file slip_common.h.
unsigned char ibuf[ENC_BUF_SIZE] |
Definition at line 84 of file slip_common.h.
int more |
Definition at line 86 of file slip_common.h.
unsigned char obuf[ENC_BUF_SIZE] |
Definition at line 85 of file slip_common.h.
int pos |
Definition at line 87 of file slip_common.h.