OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edns_option
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/bsd/unbound/dist/util/data/
msgreply.h
57
struct
edns_option
;
592
int edns_opt_list_append(struct
edns_option
** list, uint16_t code, size_t len,
626
int edns_opt_list_append_ede(struct
edns_option
** list, struct regional* region,
636
int edns_opt_list_append_keepalive(struct
edns_option
** list, int msec,
645
int edns_opt_list_remove(struct
edns_option
** list, uint16_t code);
651
* @return NULL or the
edns_option
element.
653
struct
edns_option
* edns_opt_list_find(struct
edns_option
* list, uint16_t code);
787
struct
edns_option
* edns_opt_copy_region(struct
edns_option
* list
[
all
...]
msgparse.h
72
struct
edns_option
;
261
struct
edns_option
* opt_list_in;
264
struct
edns_option
* opt_list_out;
267
struct
edns_option
* opt_list_inplace_cb_out;
283
struct
edns_option
{
struct
285
struct
edns_option
* next;
404
struct
edns_option
* list);
msgreply.c
1135
int edns_opt_list_append_ede(struct
edns_option
** list, struct regional* region,
1138
struct
edns_option
** prevp;
1139
struct
edns_option
* opt;
1143
opt = (struct
edns_option
*)regional_alloc(region, sizeof(*opt));
1165
int edns_opt_list_append_keepalive(struct
edns_option
** list, int msec,
1175
int edns_opt_list_append(struct
edns_option
** list, uint16_t code, size_t len,
1178
struct
edns_option
** prevp;
1179
struct
edns_option
* opt;
1182
opt = (struct
edns_option
*)regional_alloc(region, sizeof(*opt));
1204
int edns_opt_list_remove(struct
edns_option
** list, uint16_t code
[
all
...]
msgencode.c
827
struct
edns_option
* opt;
844
struct
edns_option
* opt;
862
struct
edns_option
* opt;
893
ede_trim_text(struct
edns_option
** list)
895
struct
edns_option
* curr, *prev = NULL;
938
struct
edns_option
* opt;
939
struct
edns_option
* padding_option = NULL;
msgparse.c
1332
struct
edns_option
* list)
/src/external/bsd/unbound/dist/util/
module.h
270
struct edns_data* edns, struct
edns_option
** opt_list_out,
678
struct
edns_option
* edns_opts_front_in;
680
struct
edns_option
* edns_opts_back_out;
682
struct
edns_option
* edns_opts_back_in;
684
struct
edns_option
* edns_opts_front_out;
976
int edns_bypass_cache_stage(struct
edns_option
* list,
987
int unique_mesh_state(struct
edns_option
* list, struct module_env* env);
module.c
363
edns_bypass_cache_stage(struct
edns_option
* list, struct module_env* env)
375
unique_mesh_state(struct
edns_option
* list, struct module_env* env)
/src/external/bsd/unbound/dist/dynlibmod/examples/
helloworld.c
34
struct edns_data* edns, struct
edns_option
** opt_list_out,
120
struct edns_data* edns, struct
edns_option
** opt_list_out,
/src/external/bsd/unbound/dist/pythonmod/
pythonmod.h
74
struct edns_data* edns, struct
edns_option
** opt_list_out,
interface.i
645
Structure
edns_option
650
%rename(_next)
edns_option
::next;
651
%rename(_opt_code)
edns_option
::opt_code;
652
%rename(_opt_len)
edns_option
::opt_len;
653
%rename(_opt_data)
edns_option
::opt_data;
654
struct
edns_option
{
655
struct
edns_option
* next;
662
PyObject* _edns_option_opt_code_get(struct
edns_option
* option) {
667
PyObject* _edns_option_opt_data_get(struct
edns_option
* option) {
672
%extend
edns_option
{
[
all
...]
/src/external/bsd/unbound/dist/dynlibmod/
dynlibmod.h
72
struct edns_data* edns, struct
edns_option
** opt_list_out,
dynlibmod.c
215
struct edns_data* edns, struct
edns_option
** opt_list_out,
/src/external/bsd/unbound/dist/libunbound/
worker.h
51
struct
edns_option
;
/src/external/bsd/unbound/dist/edns-subnet/
subnetmod.h
175
void subnet_ecs_opt_list_append(struct ecs_data* ecs, struct
edns_option
** list,
subnetmod.c
110
subnet_ecs_opt_list_append(struct ecs_data* ecs, struct
edns_option
** list,
829
parse_subnet_option(struct
edns_option
* ecs_option, struct ecs_data* ecs)
933
subnet_log_print(const char* s, struct
edns_option
* ecs_opt)
954
struct
edns_option
* ecs_opt;
1027
struct
edns_option
* ecs_opt;
/src/external/bsd/unbound/dist/services/
outside_network.h
68
struct
edns_option
;
519
struct
edns_option
* opt_list;
mesh.h
367
struct sockaddr_storage* addr, struct
edns_option
* opt_list);
mesh.c
796
int rpz_passthru, struct sockaddr_storage* addr, struct
edns_option
* edns_list)
799
struct
edns_option
* opt = NULL;
879
struct sockaddr_storage* addr, struct
edns_option
* opt_list)
1627
struct
edns_option
* opt;
2155
struct
edns_option
* opt_list = NULL;
2161
struct
edns_option
* ecs;
outside_network.c
2636
struct
edns_option
* opt_list)
2681
uint8_t* zone, size_t zonelen, int qtype, struct
edns_option
* opt_list,
2935
struct
edns_option
padding_option;
3486
struct
edns_option
* backed_up_opt_list = qstate->edns_opts_back_out;
3487
struct
edns_option
* per_upstream_opt_list = NULL;
/src/external/bsd/unbound/dist/cachedb/
cachedb.c
542
struct
edns_option
* ede;
/src/external/bsd/unbound/dist/testcode/
fake_event.c
1308
struct
edns_option
* backed_up_opt_list =
1310
struct
edns_option
* per_upstream_opt_list = NULL;
unitmain.c
1053
struct
edns_option
* opt;
/src/external/bsd/unbound/dist/daemon/
worker.c
958
int rpz_passthru, struct
edns_option
* opt_list)
1480
struct
edns_option
* original_edns_list = NULL;
Completed in 46 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026