| /src/sys/netgraph/bluetooth/hci/ |
| H A D | ng_hci_prse.h | 69 { "sco_pkts", &ng_parse_uint16_type, }, 70 { "sco_free", &ng_parse_uint16_type, }, 71 { "acl_size", &ng_parse_uint16_type, }, 72 { "acl_pkts", &ng_parse_uint16_type, }, 73 { "acl_free", &ng_parse_uint16_type, }, 109 &ng_parse_uint16_type 123 &ng_parse_uint16_type 129 &ng_parse_uint16_type, 179 &ng_parse_uint16_type 185 &ng_parse_uint16_type, [all …]
|
| /src/sys/netgraph/ |
| H A D | ng_nat.h | 78 { "local_port", &ng_parse_uint16_type }, \ 79 { "alias_port", &ng_parse_uint16_type }, \ 80 { "remote_port", &ng_parse_uint16_type }, \ 131 { "port", &ng_parse_uint16_type }, \ 155 { "local_port", &ng_parse_uint16_type }, \ 156 { "alias_port", &ng_parse_uint16_type }, \ 157 { "remote_port", &ng_parse_uint16_type }, \ 158 { "proto", &ng_parse_uint16_type }, \ 159 { "lsnat", &ng_parse_uint16_type }, \
|
| H A D | ng_l2tp.h | 65 { "ns", &ng_parse_uint16_type }, \ 66 { "nr", &ng_parse_uint16_type }, \ 87 { "peer_win", &ng_parse_uint16_type }, \ 88 { "rexmit_max", &ng_parse_uint16_type }, \ 89 { "rexmit_max_to", &ng_parse_uint16_type }, \
|
| H A D | ng_tag.h | 77 { "tag_id", &ng_parse_uint16_type }, \ 78 { "tag_len", &ng_parse_uint16_type }, \ 86 { "tag_id", &ng_parse_uint16_type }, \ 87 { "tag_len", &ng_parse_uint16_type }, \
|
| H A D | ng_vlan.h | 78 { "vlan", &ng_parse_uint16_type }, \ 79 { "vid", &ng_parse_uint16_type }, \ 87 { "vid", &ng_parse_uint16_type }, \
|
| H A D | ng_macfilter.h | 74 { "hookid", &ng_parse_uint16_type }, \ 89 { "hookid", &ng_parse_uint16_type }, \ 115 { "hookid", &ng_parse_uint16_type }, \
|
| H A D | ng_tcpmss.h | 52 { "maxMSS", &ng_parse_uint16_type }, \ 69 { "maxMSS", &ng_parse_uint16_type }, \
|
| H A D | ng_async.h | 94 { "amru", &ng_parse_uint16_type }, \ 95 { "smru", &ng_parse_uint16_type }, \
|
| H A D | ng_patch.h | 85 { "length", &ng_parse_uint16_type }, \ 86 { "mode", &ng_parse_uint16_type }, \
|
| H A D | ng_pptpgre.h | 78 { "recvWin", &ng_parse_uint16_type }, \ 79 { "peerPpd", &ng_parse_uint16_type }, \
|
| H A D | ng_bridge.h | 123 { "age", &ng_parse_uint16_type }, \ 124 { "staleness", &ng_parse_uint16_type }, \
|
| H A D | ng_ppp.h | 135 { "mru", &ng_parse_uint16_type }, \ 162 { "mrru", &ng_parse_uint16_type }, \
|
| H A D | ng_etf.h | 86 { "ethertype", &ng_parse_uint16_type }, \
|
| H A D | ng_parse.h | 425 extern const struct ng_parse_type ng_parse_uint16_type;
|
| H A D | ng_message.h | 82 { "spare2", &ng_parse_uint16_type }, \
|
| H A D | ng_vjc.c | 130 { "cs_hlen", &ng_parse_uint16_type },
|
| H A D | ng_vlan.c | 134 &ng_parse_uint16_type,
|
| H A D | ng_parse.c | 507 const struct ng_parse_type ng_parse_uint16_type = { variable
|
| H A D | ng_pppoe.c | 190 &ng_parse_uint16_type,
|
| /src/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_prse.h | 54 &ng_parse_uint16_type 61 &ng_parse_uint16_type 67 &ng_parse_uint16_type, 75 &ng_parse_uint16_type 81 &ng_parse_uint16_type,
|
| /src/sys/netgraph/netflow/ |
| H A D | ng_netflow.h | 313 { "index", &ng_parse_uint16_type },\ 320 { "iface", &ng_parse_uint16_type }, \ 327 { "iface", &ng_parse_uint16_type }, \ 328 { "index", &ng_parse_uint16_type }, \ 341 { "iface", &ng_parse_uint16_type }, \ 348 { "time", &ng_parse_uint16_type }, \ 349 { "packets", &ng_parse_uint16_type }, \ 355 { "mtu", &ng_parse_uint16_type }, \ 361 { "v9 template packets", &ng_parse_uint16_type },\ 362 { "v9 template time", &ng_parse_uint16_type },\ [all …]
|
| H A D | ng_netflow.c | 168 &ng_parse_uint16_type,
|
| /src/sys/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt.c | 196 &ng_parse_uint16_type, 204 &ng_parse_uint16_type
|