FreeBSD kernel netgraph code
ng_tty.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NG_TTY_NODE_TYPE   "tty"
 
#define NGM_TTY_COOKIE   1226109660
 
#define NG_TTY_DFL_HOTCHAR   0x7e /* PPP flag byte */
 
#define NG_TTY_HOOK   "hook"
 

Enumerations

enum  { NGM_TTY_GET_HOTCHAR = 1 , NGM_TTY_SET_HOTCHAR , NGM_TTY_SET_TTY }
 

Macro Definition Documentation

◆ NG_TTY_DFL_HOTCHAR

#define NG_TTY_DFL_HOTCHAR   0x7e /* PPP flag byte */

Definition at line 53 of file ng_tty.h.

◆ NG_TTY_HOOK

#define NG_TTY_HOOK   "hook"

Definition at line 56 of file ng_tty.h.

◆ NG_TTY_NODE_TYPE

#define NG_TTY_NODE_TYPE   "tty"

Definition at line 49 of file ng_tty.h.

◆ NGM_TTY_COOKIE

#define NGM_TTY_COOKIE   1226109660

Definition at line 50 of file ng_tty.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NGM_TTY_GET_HOTCHAR 
NGM_TTY_SET_HOTCHAR 
NGM_TTY_SET_TTY 

Definition at line 59 of file ng_tty.h.