Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/unbound/edns-subnet/
HDsubnetmod.c104 size_t sn_octs, sn_octs_remainder; in ecs_opt_list_append() local
115 sn_octs = ecs->subnet_source_mask / 8; in ecs_opt_list_append()
119 log_assert(sn_octs + sn_octs_remainder <= INET6_SIZE); in ecs_opt_list_append()
125 sldns_buffer_write(buf, ecs->subnet_addr, sn_octs); in ecs_opt_list_append()
127 sldns_buffer_write_u8(buf, ecs->subnet_addr[sn_octs] & in ecs_opt_list_append()
133 sn_octs + sn_octs_remainder + 4, in ecs_opt_list_append()