| /src/sys/netgraph/ |
| H A D | ng_ppp.h | 132 { "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 D | ng_car.h | 88 { "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 D | ng_vjc.h | 70 { "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 D | ng_vlan.h | 80 { "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 D | ng_l2tp.h | 83 { "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 D | ng_pptpgre.h | 72 { "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 D | ng_deflate.h | 49 { "enable", &ng_parse_uint8_type }, \ 50 { "windowBits", &ng_parse_uint8_type }, \
|
| H A D | ng_source.h | 112 { "width", &ng_parse_uint8_type }, \ 117 { "index", &ng_parse_uint8_type }, \
|
| H A D | ng_nat.h | 81 { "proto", &ng_parse_uint8_type }, \ 115 { "proto", &ng_parse_uint8_type }, \
|
| H A D | ng_vjc.c | 131 { "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 D | ng_pred1.h | 48 { "enable", &ng_parse_uint8_type }, \
|
| H A D | ng_message.h | 80 { "version", &ng_parse_uint8_type }, \ 81 { "spare", &ng_parse_uint8_type }, \
|
| H A D | ng_tag.h | 75 { "strip", &ng_parse_uint8_type }, \
|
| H A D | ng_bridge.h | 64 { "debugLevel", &ng_parse_uint8_type }, \
|
| H A D | ng_parse.h | 424 extern const struct ng_parse_type ng_parse_uint8_type;
|
| H A D | ng_vlan_rotate.c | 63 {"min", &ng_parse_uint8_type}, 64 {"max", &ng_parse_uint8_type},
|
| H A D | ng_bpf.c | 114 { "jt", &ng_parse_uint8_type }, 115 { "jf", &ng_parse_uint8_type },
|
| H A D | ng_checksum.c | 98 &ng_parse_uint8_type 104 &ng_parse_uint8_type,
|
| H A D | ng_patch.c | 115 &ng_parse_uint8_type 121 &ng_parse_uint8_type,
|
| H A D | ng_nat.c | 255 &ng_parse_uint8_type, 263 &ng_parse_uint8_type
|
| H A D | ng_one2many.c | 99 &ng_parse_uint8_type,
|
| H A D | ng_ksocket.c | 209 { "len", &ng_parse_uint8_type }, 210 { "family", &ng_parse_uint8_type },
|
| H A D | ng_source.c | 251 &ng_parse_uint8_type,
|
| /src/sys/netgraph/bluetooth/hci/ |
| H A D | ng_hci_prse.h | 46 &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 D | ng_netflow.h | 312 { "data link type", &ng_parse_uint8_type }, \ 321 { "dlt", &ng_parse_uint8_type }, \
|