Searched refs:byte_limit (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_pkt_proc_etmv4i_impl.h | 174 …d::vector<uint8_t> &buffer, const unsigned st_idx, uint32_t &value, const unsigned byte_limit = 5); 175 …d::vector<uint8_t> &buffer, const unsigned st_idx, uint64_t &value, const unsigned byte_limit = 9);
|
| H A D | trc_pkt_proc_etmv4i_impl.cpp | 1453 …vector<uint8_t> &buffer, const unsigned st_idx, uint32_t &value, const unsigned byte_limit /*= 5*/) in extractContField() argument 1459 while(!lastByte && (idx < byte_limit)) // max 5 bytes for 32 bit value; in extractContField() 1477 …vector<uint8_t> &buffer, const unsigned st_idx, uint64_t &value, const unsigned byte_limit /*= 9*/) in extractContField64() argument 1483 while(!lastByte && (idx < byte_limit)) // max 9 bytes for 64 bit value; in extractContField64()
|
| /freebsd-12.1/sys/netpfil/ipfw/ |
| H A D | ip_dn_private.h | 118 long byte_limit; /* max queue sizes */ member
|
| H A D | ip_dn_io.c | 139 value = dn_cfg.byte_limit; in sysctl_limits() 151 dn_cfg.byte_limit = value; in sysctl_limits()
|
| H A D | ip_dummynet.c | 1619 1500, dn_cfg.byte_limit, NULL); // "queue byte size"); in config_fs() 2521 dn_cfg.byte_limit = 1024 * 1024; in ip_dn_init()
|