OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:svcparams
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/sldns/
str2wire.c
644
uint8_t*
svcparams
[MAX_NUMBER_OF_SVCPARAMS];
local
648
/* find the
SvcParams
*/
652
svcparams
[nparams] = rdata_ptr;
674
qsort((void *)
svcparams
695
uint16_t key = sldns_read_uint16(
svcparams
[i]);
696
if(i + 1 < nparams && key == sldns_read_uint16(
svcparams
[i+1]))
699
mandatory =
svcparams
[i];
719
if(mandatory_key == sldns_read_uint16(
svcparams
[j])) {
733
uint16_t svcparam_len = sldns_read_uint16(
svcparams
[i] + 2)
739
memcpy(new_rdata_ptr,
svcparams
[i], svcparam_len)
[
all
...]
/src/external/bsd/nsd/dist/
rdata.c
108
static const nsd_svcparam_descriptor_type
svcparams
[] = {
variable
707
* Skip over the
svcparams
in the packet. Moves position.
708
* @param packet: wire packet, position at rdata fields of
svcparams
.
747
if (svcparamkey < sizeof(
svcparams
)/sizeof(
svcparams
[0]))
748
buffer_printf(output, "%s",
svcparams
[svcparamkey].name);
984
if (key < sizeof(
svcparams
)/sizeof(
svcparams
[0])) {
985
if(!
svcparams
[key].print_rdata(output, key, rdata+*offset+4, length))
Completed in 55 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026