FreeBSD kernel usb device Code
g_modem.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define G_MODEM_MAX_STRLEN   32 /* chars */
 
#define G_MODEM_BUFSIZE   4096 /* bytes */
 
#define G_MODEM_MODE_SILENT   0
 
#define G_MODEM_MODE_DUMP   1
 
#define G_MODEM_MODE_LOOP   2
 
#define G_MODEM_MODE_PATTERN   3
 
#define G_MODEM_MODE_MAX   4
 

Macro Definition Documentation

◆ G_MODEM_BUFSIZE

#define G_MODEM_BUFSIZE   4096 /* bytes */

Definition at line 33 of file g_modem.h.

◆ G_MODEM_MAX_STRLEN

#define G_MODEM_MAX_STRLEN   32 /* chars */

Definition at line 32 of file g_modem.h.

◆ G_MODEM_MODE_DUMP

#define G_MODEM_MODE_DUMP   1

Definition at line 36 of file g_modem.h.

◆ G_MODEM_MODE_LOOP

#define G_MODEM_MODE_LOOP   2

Definition at line 37 of file g_modem.h.

◆ G_MODEM_MODE_MAX

#define G_MODEM_MODE_MAX   4

Definition at line 39 of file g_modem.h.

◆ G_MODEM_MODE_PATTERN

#define G_MODEM_MODE_PATTERN   3

Definition at line 38 of file g_modem.h.

◆ G_MODEM_MODE_SILENT

#define G_MODEM_MODE_SILENT   0

Definition at line 35 of file g_modem.h.