Home
last modified time | relevance | path

Searched refs:max_length (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Ddhcpv4.h117 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/
Dzephyr_commit_rules.py85 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/
Ddhcpv4.c929 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/
Dmetadata502 uint32_t max_length;