Home
last modified time | relevance | path

Searched defs:opt_code (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/unbound/util/
H A Dmodule.c93 edns_register_option(uint16_t opt_code, int bypass_cache_stage, in edns_register_option()
184 edns_option_is_known(uint16_t opt_code, struct module_env* env) in edns_option_is_known()
H A Dmodule.h217 uint16_t opt_code; member
/freebsd-12.1/contrib/unbound/util/data/
H A Dmsgparse.h237 uint16_t opt_code; member
H A Dmsgparse.c949 uint16_t opt_code = sldns_read_uint16(rdata_ptr); in parse_edns_options() local