OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subnet_source_mask
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/edns-subnet/
edns-subnet.h
54
uint8_t
subnet_source_mask
;
member in struct:ecs_data
subnetmod.c
120
ecs->
subnet_source_mask
<= INET_SIZE*8);
122
ecs->
subnet_source_mask
<= INET6_SIZE*8);
124
sn_octs = ecs->
subnet_source_mask
/ 8;
126
(size_t)((ecs->
subnet_source_mask
% 8)>0?1:0);
132
sldns_buffer_write_u8(buf, ecs->
subnet_source_mask
);
137
~(0xFF >> (ecs->
subnet_source_mask
% 8)));
203
if(sq->ecs_server_out.
subnet_source_mask
== 0) {
333
target->
subnet_source_mask
= source->
subnet_source_mask
;
492
if(edns->
subnet_source_mask
== 0 && edns->subnet_scope_mask == 0
[
all
...]
Completed in 42 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026