Searched refs:op_start (Results 1 – 2 of 2) sorted by relevance
534 u16_t op_start = dhcp6_get_option_start(dhcp6, DHCP6_OPTION_IDX_DNS_SERVER); in dhcp6_handle_config_reply() local541 for (n = 0, idx = op_start; (idx < op_start + op_len) && (n < LWIP_DHCP6_PROVIDE_DNS_SERVERS); in dhcp6_handle_config_reply()559 u16_t op_start = dhcp6_get_option_start(dhcp6, DHCP6_OPTION_IDX_NTP_SERVER); in dhcp6_handle_config_reply() local564 for (n = 0, idx = op_start; (idx < op_start + op_len) && (n < LWIP_DHCP6_MAX_NTP_SERVERS); in dhcp6_handle_config_reply()
1031 let op_start = self.pos(); in parse_uncounted_repetition() localVariable1056 span: Span::new(op_start, self.pos()), in parse_uncounted_repetition()