Searched refs:ng_parse_uint8_type (Results 1 - 24 of 24) sorted by relevance

/freebsd-11.0-release/sys/netgraph/
H A Dng_vjc.h72 { "enableComp", &ng_parse_uint8_type }, \
73 { "enableDecomp", &ng_parse_uint8_type }, \
74 { "maxChannel", &ng_parse_uint8_type }, \
75 { "compressCID", &ng_parse_uint8_type }, \
H A Dng_ppp.h134 { "enableLink", &ng_parse_uint8_type }, \
135 { "enableProtoComp", &ng_parse_uint8_type }, \
136 { "enableACFComp", &ng_parse_uint8_type }, \
165 { "enableMultilink", &ng_parse_uint8_type }, \
166 { "recvShortSeq", &ng_parse_uint8_type }, \
167 { "xmitShortSeq", &ng_parse_uint8_type }, \
168 { "enableRoundRobin", &ng_parse_uint8_type }, \
169 { "enableIP", &ng_parse_uint8_type }, \
170 { "enableIPv6", &ng_parse_uint8_type }, \
171 { "enableAtalk", &ng_parse_uint8_type }, \
[all...]
H A Dng_vlan.h80 { "pcp", &ng_parse_uint8_type }, \
81 { "cfi", &ng_parse_uint8_type }, \
88 { "pcp", &ng_parse_uint8_type }, \
89 { "cfi", &ng_parse_uint8_type }, \
H A Dng_deflate.h49 { "enable", &ng_parse_uint8_type }, \
50 { "windowBits", &ng_parse_uint8_type }, \
H A Dng_car.h88 { "greenAction", &ng_parse_uint8_type }, \
89 { "yellowAction", &ng_parse_uint8_type }, \
90 { "redAction", &ng_parse_uint8_type }, \
91 { "mode", &ng_parse_uint8_type }, \
92 { "opt", &ng_parse_uint8_type }, \
H A Dng_pptpgre.h74 { "enabled", &ng_parse_uint8_type }, \
75 { "enableDelayedAck", &ng_parse_uint8_type }, \
76 { "enableAlwaysAck", &ng_parse_uint8_type }, \
77 { "enableWindowing", &ng_parse_uint8_type }, \
H A Dng_l2tp.h85 { "enabled", &ng_parse_uint8_type }, \
86 { "match_id", &ng_parse_uint8_type }, \
108 { "control_dseq", &ng_parse_uint8_type }, \
109 { "enable_dseq", &ng_parse_uint8_type }, \
110 { "include_length", &ng_parse_uint8_type }, \
H A Dng_pred1.h48 { "enable", &ng_parse_uint8_type }, \
H A Dng_source.h114 { "width", &ng_parse_uint8_type }, \
119 { "index", &ng_parse_uint8_type }, \
H A Dng_nat.h79 { "proto", &ng_parse_uint8_type }, \
113 { "proto", &ng_parse_uint8_type }, \
H A Dng_bridge.h69 { "debugLevel", &ng_parse_uint8_type }, \
H A Dng_tag.h75 { "strip", &ng_parse_uint8_type }, \
H A Dng_parse.h170 { "alen", &ng_parse_uint8_type },
426 extern const struct ng_parse_type ng_parse_uint8_type;
H A Dng_vjc.c133 { "cs_id", &ng_parse_uint8_type },
134 { "cs_filler", &ng_parse_uint8_type },
157 { "last_recv", &ng_parse_uint8_type },
158 { "last_xmit", &ng_parse_uint8_type },
H A Dng_message.h79 { "version", &ng_parse_uint8_type }, \
80 { "spare", &ng_parse_uint8_type }, \
H A Dng_bpf.c116 { "jt", &ng_parse_uint8_type },
117 { "jf", &ng_parse_uint8_type },
H A Dng_one2many.c101 &ng_parse_uint8_type,
H A Dng_ksocket.c188 { "len", &ng_parse_uint8_type },
189 { "family", &ng_parse_uint8_type },
H A Dng_source.c244 &ng_parse_uint8_type,
H A Dng_bridge.c204 &ng_parse_uint8_type,
H A Dng_parse.c414 const struct ng_parse_type ng_parse_uint8_type = { variable in typeref:struct:ng_parse_type
/freebsd-11.0-release/sys/netgraph/atm/
H A Dng_atm.h91 { "nrm", &ng_parse_uint8_type }, \
92 { "trm", &ng_parse_uint8_type }, \
94 { "rif", &ng_parse_uint8_type }, \
95 { "rdf", &ng_parse_uint8_type }, \
96 { "cdf", &ng_parse_uint8_type }, \
107 { "aal", &ng_parse_uint8_type }, \
108 { "traffic", &ng_parse_uint8_type }, \
161 { "aal", &ng_parse_uint8_type }, \
162 { "traffic", &ng_parse_uint8_type }, \
169 { "nrm", &ng_parse_uint8_type }, \
[all...]
/freebsd-11.0-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_prse.h45 &ng_parse_uint8_type,
55 &ng_parse_uint8_type,
66 { "cmd_free", &ng_parse_uint8_type, },
67 { "sco_size", &ng_parse_uint8_type, },
/freebsd-11.0-release/sys/netgraph/netflow/
H A Dng_netflow.h313 { "data link type", &ng_parse_uint8_type }, \
322 { "dlt", &ng_parse_uint8_type }, \

Completed in 65 milliseconds