Home
last modified time | relevance | path

Searched refs:ng_parse_uint8_type (Results 1 – 25 of 26) sorted by relevance

12

/src/sys/netgraph/
H A Dng_ppp.h132 { "enableLink", &ng_parse_uint8_type }, \
133 { "enableProtoComp", &ng_parse_uint8_type }, \
134 { "enableACFComp", &ng_parse_uint8_type }, \
163 { "enableMultilink", &ng_parse_uint8_type }, \
164 { "recvShortSeq", &ng_parse_uint8_type }, \
165 { "xmitShortSeq", &ng_parse_uint8_type }, \
166 { "enableRoundRobin", &ng_parse_uint8_type }, \
167 { "enableIP", &ng_parse_uint8_type }, \
168 { "enableIPv6", &ng_parse_uint8_type }, \
169 { "enableAtalk", &ng_parse_uint8_type }, \
[all …]
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_vjc.h70 { "enableComp", &ng_parse_uint8_type }, \
71 { "enableDecomp", &ng_parse_uint8_type }, \
72 { "maxChannel", &ng_parse_uint8_type }, \
73 { "compressCID", &ng_parse_uint8_type }, \
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_l2tp.h83 { "enabled", &ng_parse_uint8_type }, \
84 { "match_id", &ng_parse_uint8_type }, \
106 { "control_dseq", &ng_parse_uint8_type }, \
107 { "enable_dseq", &ng_parse_uint8_type }, \
108 { "include_length", &ng_parse_uint8_type }, \
H A Dng_pptpgre.h72 { "enabled", &ng_parse_uint8_type }, \
73 { "enableDelayedAck", &ng_parse_uint8_type }, \
74 { "enableAlwaysAck", &ng_parse_uint8_type }, \
75 { "enableWindowing", &ng_parse_uint8_type }, \
H A Dng_deflate.h49 { "enable", &ng_parse_uint8_type }, \
50 { "windowBits", &ng_parse_uint8_type }, \
H A Dng_source.h112 { "width", &ng_parse_uint8_type }, \
117 { "index", &ng_parse_uint8_type }, \
H A Dng_nat.h81 { "proto", &ng_parse_uint8_type }, \
115 { "proto", &ng_parse_uint8_type }, \
H A Dng_vjc.c131 { "cs_id", &ng_parse_uint8_type },
132 { "cs_filler", &ng_parse_uint8_type },
155 { "last_recv", &ng_parse_uint8_type },
156 { "last_xmit", &ng_parse_uint8_type },
H A Dng_pred1.h48 { "enable", &ng_parse_uint8_type }, \
H A Dng_message.h80 { "version", &ng_parse_uint8_type }, \
81 { "spare", &ng_parse_uint8_type }, \
H A Dng_tag.h75 { "strip", &ng_parse_uint8_type }, \
H A Dng_bridge.h64 { "debugLevel", &ng_parse_uint8_type }, \
H A Dng_parse.h424 extern const struct ng_parse_type ng_parse_uint8_type;
H A Dng_vlan_rotate.c63 {"min", &ng_parse_uint8_type},
64 {"max", &ng_parse_uint8_type},
H A Dng_bpf.c114 { "jt", &ng_parse_uint8_type },
115 { "jf", &ng_parse_uint8_type },
H A Dng_checksum.c98 &ng_parse_uint8_type
104 &ng_parse_uint8_type,
H A Dng_patch.c115 &ng_parse_uint8_type
121 &ng_parse_uint8_type,
H A Dng_nat.c255 &ng_parse_uint8_type,
263 &ng_parse_uint8_type
H A Dng_one2many.c99 &ng_parse_uint8_type,
H A Dng_ksocket.c209 { "len", &ng_parse_uint8_type },
210 { "family", &ng_parse_uint8_type },
H A Dng_source.c251 &ng_parse_uint8_type,
/src/sys/netgraph/bluetooth/hci/
H A Dng_hci_prse.h46 &ng_parse_uint8_type,
56 &ng_parse_uint8_type,
67 { "cmd_free", &ng_parse_uint8_type, },
68 { "sco_size", &ng_parse_uint8_type, },
/src/sys/netgraph/netflow/
H A Dng_netflow.h312 { "data link type", &ng_parse_uint8_type }, \
321 { "dlt", &ng_parse_uint8_type }, \

12