OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendDomainLabel
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h
2984
//
AppendDomainLabel
adds a single label from a native format domainlabel
2988
extern mDNSu8 *
AppendDomainLabel
(domainname *const name, const domainlabel *const label);
3030
//#define AppendDomainLabelToName(DST,SRC)
AppendDomainLabel
((DST),(SRC))
DNSCommon.c
1272
//
AppendDomainLabel
appends a single label to a name.
1273
// If successful,
AppendDomainLabel
returns a pointer to the next unused byte
1276
//
AppendDomainLabel
returns mDNSNULL.
1277
mDNSexport mDNSu8 *
AppendDomainLabel
(domainname *const name, const domainlabel *const label)
mDNS.c
16480
if (!
AppendDomainLabel
(&newmname, &m->hostlabel)) { LogMsg("ERROR: mDNS_SetFQDN: Cannot create MulticastHostname"); return; }
16567
AppendDomainLabel
(&m->RandomizedHostname, &newUUIDLabel);
Completed in 124 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026