| /src/sys/netgraph/ |
| H A D | ng_pptpgre.h | 109 { "xmitPackets", &ng_parse_uint32_type }, \ 110 { "xmitOctets", &ng_parse_uint32_type }, \ 111 { "xmitLoneAcks", &ng_parse_uint32_type }, \ 112 { "xmitDrops", &ng_parse_uint32_type }, \ 113 { "xmitTooBig", &ng_parse_uint32_type }, \ 114 { "recvPackets", &ng_parse_uint32_type }, \ 115 { "recvOctets", &ng_parse_uint32_type }, \ 116 { "recvRunts", &ng_parse_uint32_type }, \ 117 { "recvBadGRE", &ng_parse_uint32_type }, \ 118 { "recvBadAcks", &ng_parse_uint32_type }, \ [all …]
|
| H A D | ng_l2tp.h | 138 { "xmitPackets", &ng_parse_uint32_type }, \ 139 { "xmitOctets", &ng_parse_uint32_type }, \ 140 { "xmitZLBs", &ng_parse_uint32_type }, \ 141 { "xmitDrops", &ng_parse_uint32_type }, \ 142 { "xmitTooBig", &ng_parse_uint32_type }, \ 143 { "xmitInvalid", &ng_parse_uint32_type }, \ 144 { "xmitDataTooBig", &ng_parse_uint32_type }, \ 145 { "xmitRetransmits", &ng_parse_uint32_type }, \ 146 { "recvPackets", &ng_parse_uint32_type }, \ 147 { "recvOctets", &ng_parse_uint32_type }, \ [all …]
|
| H A D | ng_pipe.h | 92 { "queues", &ng_parse_uint32_type }, \ 93 { "queuedOctets", &ng_parse_uint32_type }, \ 94 { "queuedFrames", &ng_parse_uint32_type }, \ 95 { "delayedOctets", &ng_parse_uint32_type }, \ 96 { "delayedFrames", &ng_parse_uint32_type }, \ 131 { "queuelen", &ng_parse_uint32_type }, \ 132 { "delaylen", &ng_parse_uint32_type }, \ 133 { "duplicate", &ng_parse_uint32_type }, \ 134 { "fifo", &ng_parse_uint32_type }, \ 135 { "drr", &ng_parse_uint32_type }, \ [all …]
|
| H A D | ng_nat.h | 43 { "flags", &ng_parse_uint32_type }, \ 44 { "mask", &ng_parse_uint32_type }, \ 129 { "id", &ng_parse_uint32_type }, \ 151 { "id", &ng_parse_uint32_type }, \ 172 { "total_count", &ng_parse_uint32_type }, \ 192 { "icmpLinkCount", &ng_parse_uint32_type }, \ 193 { "udpLinkCount", &ng_parse_uint32_type }, \ 194 { "tcpLinkCount", &ng_parse_uint32_type }, \ 195 { "sctpLinkCount", &ng_parse_uint32_type }, \ 196 { "pptpLinkCount", &ng_parse_uint32_type }, \ [all …]
|
| H A D | ng_async.h | 72 { "syncOctets", &ng_parse_uint32_type }, \ 73 { "syncFrames", &ng_parse_uint32_type }, \ 74 { "syncOverflows", &ng_parse_uint32_type }, \ 75 { "asyncOctets", &ng_parse_uint32_type }, \ 76 { "asyncFrames", &ng_parse_uint32_type }, \ 77 { "asyncRunts", &ng_parse_uint32_type }, \ 78 { "asyncOverflows", &ng_parse_uint32_type }, \ 79 { "asyncBadCheckSums",&ng_parse_uint32_type }, \
|
| H A D | ng_ppp.h | 136 { "latency", &ng_parse_uint32_type }, \ 137 { "bandwidth", &ng_parse_uint32_type }, \ 207 { "xmitFrames", &ng_parse_uint32_type }, \ 208 { "xmitOctets", &ng_parse_uint32_type }, \ 209 { "recvFrames", &ng_parse_uint32_type }, \ 210 { "recvOctets", &ng_parse_uint32_type }, \ 211 { "badProtos", &ng_parse_uint32_type }, \ 212 { "runts", &ng_parse_uint32_type }, \ 213 { "dupFragments", &ng_parse_uint32_type }, \ 214 { "dropFragments", &ng_parse_uint32_type }, \
|
| H A D | ng_source.h | 69 { "queueOctets", &ng_parse_uint32_type }, \ 70 { "queueFrames", &ng_parse_uint32_type }, \ 71 { "maxPps", &ng_parse_uint32_type }, \ 113 { "next_val", &ng_parse_uint32_type }, \ 114 { "min_val", &ng_parse_uint32_type }, \ 115 { "max_val", &ng_parse_uint32_type }, \
|
| H A D | ng_message.h | 83 { "arglen", &ng_parse_uint32_type }, \ 84 { "cmd", &ng_parse_uint32_type }, \ 86 { "token", &ng_parse_uint32_type }, \ 87 { "typecookie", &ng_parse_uint32_type }, \ 237 { "hooks", &ng_parse_uint32_type }, \ 276 { "numnames", &ng_parse_uint32_type }, \ 290 { "numnodes", &ng_parse_uint32_type }, \ 301 { "numtypes", &ng_parse_uint32_type }, \
|
| H A D | ng_bridge.h | 65 { "loopTimeout", &ng_parse_uint32_type }, \ 66 { "maxStaleness", &ng_parse_uint32_type }, \ 67 { "minStableAge", &ng_parse_uint32_type }, \ 136 { "numHosts", &ng_parse_uint32_type }, \
|
| H A D | ng_macfilter.h | 102 { "n", &ng_parse_uint32_type }, \ 116 { "maccnt", &ng_parse_uint32_type }, \ 125 { "n", &ng_parse_uint32_type }, \
|
| H A D | ng_patch.h | 76 { "count", &ng_parse_uint32_type }, \ 78 { "relative_offset", &ng_parse_uint32_type }, \ 84 { "offset", &ng_parse_uint32_type }, \
|
| H A D | ng_vjc.c | 111 #define NG_VJC_TSTATE_PTR_TYPE &ng_parse_uint32_type 159 { "sls_packets", &ng_parse_uint32_type }, 160 { "sls_compressed", &ng_parse_uint32_type }, 161 { "sls_searches", &ng_parse_uint32_type }, 162 { "sls_misses", &ng_parse_uint32_type }, 163 { "sls_uncompressedin", &ng_parse_uint32_type }, 164 { "sls_compressedin", &ng_parse_uint32_type }, 165 { "sls_errorin", &ng_parse_uint32_type }, 166 { "sls_tossed", &ng_parse_uint32_type },
|
| H A D | ng_sample.h | 82 { "packets_in", &ng_parse_uint32_type }, \ 83 { "packets_out", &ng_parse_uint32_type }, \
|
| H A D | ng_etf.h | 70 { "packets_in", &ng_parse_uint32_type }, \ 71 { "packets_out", &ng_parse_uint32_type }, \
|
| H A D | ng_cisco.h | 83 { "seqRetries", &ng_parse_uint32_type }, \ 84 { "keepAlivePeriod", &ng_parse_uint32_type }, \
|
| H A D | ng_one2many.h | 77 { "xmitAlg", &ng_parse_uint32_type }, \ 78 { "failAlg", &ng_parse_uint32_type }, \
|
| H A D | ng_tag.h | 76 { "tag_cookie", &ng_parse_uint32_type }, \ 85 { "tag_cookie", &ng_parse_uint32_type }, \
|
| H A D | ng_vlan.h | 102 { "n", &ng_parse_uint32_type }, \
|
| H A D | ng_nat.c | 193 &ng_parse_uint32_type 200 &ng_parse_uint32_type 207 &ng_parse_uint32_type 213 &ng_parse_uint32_type, 220 &ng_parse_uint32_type,
|
| H A D | ng_parse.h | 426 extern const struct ng_parse_type ng_parse_uint32_type;
|
| H A D | ng_bridge.c | 286 &ng_parse_uint32_type, 293 &ng_parse_uint32_type, 300 &ng_parse_uint32_type,
|
| H A D | ng_bpf.c | 116 { "k", &ng_parse_uint32_type },
|
| /src/sys/netgraph/bluetooth/hci/ |
| H A D | ng_hci_prse.h | 84 { "cmd_sent", &ng_parse_uint32_type, }, 85 { "evnt_recv", &ng_parse_uint32_type, }, 86 { "acl_recv", &ng_parse_uint32_type, }, 87 { "acl_sent", &ng_parse_uint32_type, }, 88 { "sco_recv", &ng_parse_uint32_type, }, 89 { "sco_sent", &ng_parse_uint32_type, }, 90 { "bytes_recv", &ng_parse_uint32_type, }, 91 { "bytes_sent", &ng_parse_uint32_type, },
|
| /src/sys/netgraph/netflow/ |
| H A D | ng_netflow.h | 101 { "IPv4 records used", &ng_parse_uint32_type },\ 102 { "IPv6 records used", &ng_parse_uint32_type },\ 103 { "Failed allocations", &ng_parse_uint32_type },\ 104 { "V5 failed exports", &ng_parse_uint32_type },\ 105 { "V9 failed exports", &ng_parse_uint32_type },\ 106 { "mbuf reallocations", &ng_parse_uint32_type },\ 107 { "fibs allocated", &ng_parse_uint32_type },\ 108 { "Inactive timeout", &ng_parse_uint32_type },\ 109 { "Active timeout", &ng_parse_uint32_type },\ 311 { "packets", &ng_parse_uint32_type },\ [all …]
|
| /src/sys/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt.c | 175 { "pckts_recv", &ng_parse_uint32_type, }, 176 { "bytes_recv", &ng_parse_uint32_type, }, 177 { "pckts_sent", &ng_parse_uint32_type, }, 178 { "bytes_sent", &ng_parse_uint32_type, }, 179 { "oerrors", &ng_parse_uint32_type, }, 180 { "ierrors", &ng_parse_uint32_type, },
|