Searched refs:max_length (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | dhcpv4.h | 117 size_t max_length; member 139 size_t max_length) in net_dhcpv4_init_option_callback() argument 148 callback->max_length = max_length; in net_dhcpv4_init_option_callback() 177 void *data, size_t max_length) in net_dhcpv4_init_option_vendor_callback() argument 186 callback->max_length = max_length; in net_dhcpv4_init_option_vendor_callback()
|
/Zephyr-latest/scripts/gitlint/ |
D | zephyr_commit_rules.py | 85 max_length = self.options['line-length'].value 86 if len(line) > max_length and not line.startswith("Revert"): 87 … return [RuleViolation(self.id, self.violation_message.format(len(line), max_length), line)] 110 max_length = self.options['line-length'].value 118 if len(line) > max_length: 119 … return [RuleViolation(self.id, self.violation_message.format(len(line), max_length), line)]
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4.c | 929 if (net_pkt_read(pkt, cb->data, MIN(cb->max_length, len))) { in dhcpv4_parse_option_vendor() 997 MIN(cb->max_length, length))) { in dhcpv4_parse_options()
|
/Zephyr-latest/subsys/tracing/ctf/tsdl/ |
D | metadata | 502 uint32_t max_length;
|