Searched refs:opt_data (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/unbound/util/data/ |
| H A D | msgreply.c | 1152 opt->opt_data = regional_alloc(region, txt_len + sizeof(uint16_t)); in edns_opt_list_append_ede() 1153 if(!opt->opt_data) in edns_opt_list_append_ede() 1155 sldns_write_uint16(opt->opt_data, (uint16_t)code); in edns_opt_list_append_ede() 1157 memmove(opt->opt_data + 2, txt, txt_len); in edns_opt_list_append_ede() 1191 opt->opt_data = NULL; in edns_opt_list_append() 1193 opt->opt_data = regional_alloc_init(region, data, len); in edns_opt_list_append() 1194 if(!opt->opt_data) in edns_opt_list_append() 1363 if(s->opt_data) { in edns_opt_copy_region() 1364 s->opt_data = regional_alloc_init(region, s->opt_data, in edns_opt_copy_region() 1366 if(!s->opt_data) in edns_opt_copy_region() [all …]
|
| H A D | msgencode.c | 871 opt->opt_data) == LDNS_EDE_OTHER) { in calc_ede_option_size() 881 opt->opt_data) == LDNS_EDE_OTHER) { in calc_ede_option_size() 900 && sldns_read_uint16((*list)->opt_data) == LDNS_EDE_OTHER ) { in ede_trim_text() 908 curr->opt_data) == LDNS_EDE_OTHER) { in ede_trim_text() 968 sldns_buffer_write(pkt, opt->opt_data, opt->opt_len); in attach_edns_record_max_msg_sz() 982 sldns_buffer_write(pkt, opt->opt_data, opt->opt_len); in attach_edns_record_max_msg_sz()
|
| H A D | msgparse.h | 291 uint8_t* opt_data; member
|
| H A D | msgparse.c | 1348 list->opt_data, list->opt_len); in log_edns_opt_list()
|
| /freebsd/contrib/unbound/edns-subnet/ |
| H A D | subnetmod.c | 835 ecs->subnet_addr_fam = sldns_read_uint16(ecs_option->opt_data); in parse_subnet_option() 836 ecs->subnet_source_mask = ecs_option->opt_data[2]; in parse_subnet_option() 837 ecs->subnet_scope_mask = ecs_option->opt_data[3]; in parse_subnet_option() 857 if (copy_clear(ecs->subnet_addr, INET6_SIZE, ecs_option->opt_data + 4, in parse_subnet_option() 944 ecs_opt->opt_data, ecs_opt->opt_len); in subnet_log_print()
|
| /freebsd/contrib/unbound/cachedb/ |
| H A D | cachedb.c | 594 sldns_read_uint16(ede->opt_data); in parse_data() 602 ede->opt_data+2, ede_len); in parse_data()
|
| /freebsd/contrib/unbound/services/ |
| H A D | mesh.c | 886 opt->opt_len, opt->opt_data, s->s.region)) { in mesh_schedule_prefetch_subnet() 1676 agent_domain = opt->opt_data; in dns_error_reporting() 2249 ecs->opt_data, in mesh_continue()
|
| H A D | outside_network.c | 2975 padding_option.opt_data = NULL;
|