FreeBSD kernel netgraph code
ng_rfc1490.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_RFC1490_NODE_TYPE   "rfc1490"
 
#define NGM_RFC1490_COOKIE   1086947474
 
#define NG_RFC1490_HOOK_DOWNSTREAM   "downstream"
 
#define NG_RFC1490_HOOK_INET   "inet"
 
#define NG_RFC1490_HOOK_PPP   "ppp"
 
#define NG_RFC1490_HOOK_ETHERNET   "ethernet"
 

Enumerations

enum  { NGM_RFC1490_SET_ENCAP , NGM_RFC1490_GET_ENCAP }
 

Macro Definition Documentation

◆ NG_RFC1490_HOOK_DOWNSTREAM

#define NG_RFC1490_HOOK_DOWNSTREAM   "downstream"

Definition at line 52 of file ng_rfc1490.h.

◆ NG_RFC1490_HOOK_ETHERNET

#define NG_RFC1490_HOOK_ETHERNET   "ethernet"

Definition at line 55 of file ng_rfc1490.h.

◆ NG_RFC1490_HOOK_INET

#define NG_RFC1490_HOOK_INET   "inet"

Definition at line 53 of file ng_rfc1490.h.

◆ NG_RFC1490_HOOK_PPP

#define NG_RFC1490_HOOK_PPP   "ppp"

Definition at line 54 of file ng_rfc1490.h.

◆ NG_RFC1490_NODE_TYPE

#define NG_RFC1490_NODE_TYPE   "rfc1490"

Definition at line 48 of file ng_rfc1490.h.

◆ NGM_RFC1490_COOKIE

#define NGM_RFC1490_COOKIE   1086947474

Definition at line 49 of file ng_rfc1490.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NGM_RFC1490_SET_ENCAP 
NGM_RFC1490_GET_ENCAP 

Definition at line 58 of file ng_rfc1490.h.