OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nsid_len
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nsd/dist/
nsd.h
278
uint16_t
nsid_len
;
member in struct:nsd
configparser.c
1820
size_t
nsid_len
= strlen((yyvsp[0].str));
local
1823
nsid_len
-= 6; /* discard "ascii_" */
1824
if(
nsid_len
< 65535) {
1825
cfg_parser->opt->nsid = region_alloc(cfg_parser->opt->region,
nsid_len
*2+1);
1826
hex_ntop((uint8_t*)(yyvsp[0].str)+6,
nsid_len
, (char*)cfg_parser->opt->nsid,
nsid_len
*2+1);
1830
} else if (
nsid_len
% 2 != 0) {
1833
nsid_len
=
nsid_len
/ 2;
1834
if(
nsid_len
< 65535)
[
all
...]
/src/external/bsd/unbound/dist/util/
config_file.h
390
uint16_t
nsid_len
;
member in struct:config_file
1267
* @param
nsid_len
: returns length of nsid in bytes.
1270
uint8_t* cfg_parse_nsid(const char* str, uint16_t*
nsid_len
);
Completed in 30 milliseconds
Indexes created Sun Jun 28 00:24:58 UTC 2026