OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ecs_data
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/edns-subnet/
subnetmod.h
90
/**
ecs_data
for client communication */
91
struct
ecs_data
ecs_client_in;
92
struct
ecs_data
ecs_client_out;
94
struct
ecs_data
ecs_server_in;
95
struct
ecs_data
ecs_server_out;
175
void subnet_ecs_opt_list_append(struct
ecs_data
* ecs, struct edns_option** list,
178
/** Create
ecs_data
from the sockaddr_storage information. */
179
void subnet_option_from_ss(struct sockaddr_storage *ss, struct
ecs_data
* ecs,
edns-subnet.h
52
struct
ecs_data
{
struct
subnetmod.c
110
subnet_ecs_opt_list_append(struct
ecs_data
* ecs, struct edns_option** list,
330
cp_edns_bad_response(struct
ecs_data
*target, struct
ecs_data
*source)
368
get_tree(struct subnet_msg_cache_data *data, struct
ecs_data
*edns,
398
struct
ecs_data
*edns = &sq->ecs_client_in;
535
struct
ecs_data
*ecs = &sq->ecs_client_in;
710
struct
ecs_data
*c_in = &sq->ecs_client_in; /* rcvd from client */
711
struct
ecs_data
*c_out = &sq->ecs_client_out;/* will send to client */
712
struct
ecs_data
*s_in = &sq->ecs_server_in; /* rcvd from auth */
713
struct
ecs_data
*s_out = &sq->ecs_server_out;/* sent to auth *
[
all
...]
Completed in 25 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026