HomeSort by relevance Sort by last modified time
    Searched full:mdns (Results 1 - 4 of 4) sorted by null

  /system/core/nexus/
InterfaceConfig.cpp 59 memcpy(&mDns[idx], addr, sizeof(struct in_addr));
87 memcpy(&mCfg->mDns[idx], value, sizeof(struct in_addr));
91 memcpy(buf, &mCfg->mDns[idx], sizeof(struct in_addr));
InterfaceConfig.h 44 struct in_addr mDns[2];
57 const struct in_addr &getDns(int idx) const { return mDns[idx]; }
  /external/tcpdump/
nameser.h 84 * for the current mDNS spec.
212 #define C_QU 0x8000 /* mDNS QU flag in queries */
213 #define C_CACHE_FLUSH 0x8000 /* mDNS cache flush flag in replies */
CHANGES 37 mDNS cleanup
196 mDNS decoder

Completed in 31 milliseconds