Home
last modified time | relevance | path

Searched refs:op_start (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/ipv6/
Ddhcp6.c534 u16_t op_start = dhcp6_get_option_start(dhcp6, DHCP6_OPTION_IDX_DNS_SERVER); in dhcp6_handle_config_reply() local
541 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() local
564 for (n = 0, idx = op_start; (idx < op_start + op_len) && (n < LWIP_DHCP6_MAX_NTP_SERVERS); in dhcp6_handle_config_reply()
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dparse.rs1031 let op_start = self.pos(); in parse_uncounted_repetition() localVariable
1056 span: Span::new(op_start, self.pos()), in parse_uncounted_repetition()