Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/edns-subnet/
H A Dsubnetmod.c109 size_t sn_octs, sn_octs_remainder; in subnet_ecs_opt_list_append() local
120 sn_octs = ecs->subnet_source_mask / 8; in subnet_ecs_opt_list_append()
124 log_assert(sn_octs + sn_octs_remainder <= INET6_SIZE); in subnet_ecs_opt_list_append()
130 sldns_buffer_write(buf, ecs->subnet_addr, sn_octs); in subnet_ecs_opt_list_append()
132 sldns_buffer_write_u8(buf, ecs->subnet_addr[sn_octs] & in subnet_ecs_opt_list_append()
138 sn_octs + sn_octs_remainder + 4, in subnet_ecs_opt_list_append()