OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARType
(Results
1 - 4
of
4
) sorted by null
/external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h
[
all
...]
mDNS.c
117
#define LORecordAnswersAddressType(rr) ((rr)->
ARType
== AuthRecordLocalOnly && \
549
if (rr->
ARType
== AuthRecordLocalOnly || rr->
ARType
== AuthRecordP2P)
9777
AuthRecType
artype
;
local
9909
AuthRecType
artype
;
local
10083
AuthRecType
artype
;
local
10107
AuthRecType
artype
;
local
[
all
...]
DNSCommon.c
[
all
...]
/external/mdnsresponder/mDNSShared/
uds_daemon.c
500
AuthRecType
artype
;
local
521
artype
= AuthRecordLocalOnly;
523
artype
= AuthRecordP2P;
525
artype
= AuthRecordAnyIncludeP2P;
527
artype
= AuthRecordAny;
530
(mDNSu8) ((flags & kDNSServiceFlagsShared) ? kDNSRecordTypeShared : kDNSRecordTypeUnique),
artype
, mDNSNULL, mDNSNULL);
[
all
...]
Completed in 320 milliseconds