FreeBSD kernel netgraph code
ng_parse_struct_field Struct Reference

#include <ng_parse.h>

Collaboration diagram for ng_parse_struct_field:

Data Fields

const char * name
 
const struct ng_parse_typetype
 
int alignment
 

Detailed Description

Definition at line 309 of file ng_parse.h.

Field Documentation

◆ alignment

int ng_parse_struct_field::alignment

Definition at line 312 of file ng_parse.h.

Referenced by ng_parse_get_elem_pad().

◆ name

const char* ng_parse_struct_field::name

Definition at line 310 of file ng_parse.h.

Referenced by ng_get_composite_len(), ng_parse_composite(), and ng_struct_getAlign().

◆ type

const struct ng_parse_type* ng_parse_struct_field::type

Definition at line 311 of file ng_parse.h.

Referenced by ng_get_composite_etype(), and ng_struct_getAlign().


The documentation for this struct was generated from the following file: