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

Go to the source code of this file.

Data Structures

struct  ng_sscfu_getdefparam
 
struct  sscfu_arg
 

Macros

#define NG_SSCFU_NODE_TYPE   "sscfu"
 
#define NGM_SSCFU_COOKIE   980517963
 
#define NG_SSCFU_GETDEFPARAM_INFO
 

Enumerations

enum  {
  NGM_SSCFU_GETDEFPARAM = 1 , NGM_SSCFU_ENABLE , NGM_SSCFU_DISABLE , NGM_SSCFU_GETDEBUG ,
  NGM_SSCFU_SETDEBUG , NGM_SSCFU_GETSTATE
}
 

Macro Definition Documentation

◆ NG_SSCFU_GETDEFPARAM_INFO

#define NG_SSCFU_GETDEFPARAM_INFO
Value:
{ \
{ "param", &ng_sscop_param_type }, \
{ "mask", &ng_parse_uint32_type }, \
{ NULL } \
}
const struct ng_parse_type ng_parse_uint32_type
Definition: ng_parse.c:608
static const struct ng_parse_type ng_sscop_param_type
Definition: ng_sscfu.c:82

Definition at line 56 of file ng_sscfu.h.

◆ NG_SSCFU_NODE_TYPE

#define NG_SSCFU_NODE_TYPE   "sscfu"

Definition at line 38 of file ng_sscfu.h.

◆ NGM_SSCFU_COOKIE

#define NGM_SSCFU_COOKIE   980517963

Definition at line 39 of file ng_sscfu.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NGM_SSCFU_GETDEFPARAM 
NGM_SSCFU_ENABLE 
NGM_SSCFU_DISABLE 
NGM_SSCFU_GETDEBUG 
NGM_SSCFU_SETDEBUG 
NGM_SSCFU_GETSTATE 

Definition at line 42 of file ng_sscfu.h.