Searched refs:opt_code (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | module.c | 93 edns_register_option(uint16_t opt_code, int bypass_cache_stage, in edns_register_option() argument 110 if(env->edns_known_options[i].opt_code == opt_code) in edns_register_option() 120 env->edns_known_options[i].opt_code = opt_code; in edns_register_option() 184 edns_option_is_known(uint16_t opt_code, struct module_env* env) in edns_option_is_known() argument 188 if(env->edns_known_options[i].opt_code == opt_code) in edns_option_is_known() 199 if(env->edns_known_options[i].opt_code == list->opt_code && in edns_bypass_cache_stage() 213 if(env->edns_known_options[i].opt_code == list->opt_code && in unique_mesh_state() 232 env->edns_known_options[i].opt_code); in log_edns_known_options()
|
| H A D | module.h | 217 uint16_t opt_code; member 780 int edns_register_option(uint16_t opt_code, int bypass_cache_stage, 820 struct edns_known_option* edns_option_is_known(uint16_t opt_code,
|
| /freebsd-12.1/contrib/unbound/util/data/ |
| H A D | msgreply.c | 957 opt->opt_code = code; in edns_opt_append() 985 opt->opt_code = code; in edns_opt_list_append() 1014 while(list && *list && (*list)->opt_code == code) { in edns_opt_list_remove() 1023 if(curr->opt_code == code) { in edns_opt_list_remove() 1179 if(p->opt_code != q->opt_code) in edns_opt_compare() 1180 return (int)q->opt_code - (int)p->opt_code; in edns_opt_compare() 1255 if(p->opt_code == code) in edns_opt_list_find()
|
| H A D | msgparse.h | 237 uint16_t opt_code; member
|
| H A D | msgparse.c | 949 uint16_t opt_code = sldns_read_uint16(rdata_ptr); in parse_edns_options() local 955 if(!edns_opt_append(edns, region, opt_code, opt_len, in parse_edns_options() 1121 (void)sldns_wire2str_edns_option_print(&s, &slen, list->opt_code, in log_edns_opt_list()
|
| H A D | msgencode.c | 826 sldns_buffer_write_u16(pkt, opt->opt_code); in attach_edns_record()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-opts.c | 133 static void defer_opt (enum opt_code, const char *); 136 enum opt_code code; 195 defer_opt (enum opt_code code, const char *arg) in defer_opt() 272 enum opt_code code = (enum opt_code) scode; in c_common_handle_option()
|
| H A D | opts.c | 1003 enum opt_code code = (enum opt_code) scode; in common_handle_option()
|
| H A D | ChangeLog-2000 | 23675 (cl_options, enum opt_code): Define these from the same table,
|
| H A D | ChangeLog-2002 | 4361 * c-opts.c (missing_arg): Use cl_options[opt_index].opt_code
|
| H A D | ChangeLog-2003 | 20147 (find_opt): Can't use enum opt_code or N_OPTS.
|