HomeSort by relevance Sort by last modified time
    Searched refs:mDNSu32 (Results 1 - 17 of 17) sorted by null

  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 239 typedef unsigned int32 mDNSu32;
242 typedef unsigned int mDNSu32;
245 typedef unsigned long mDNSu32;
247 //typedef unsigned int mDNSu32;
266 typedef union { mDNSu8 b[ 4]; mDNSu32 NotAnInteger; } mDNSOpaque32;
267 typedef packedunion { mDNSu8 b[ 6]; mDNSu16 w[3]; mDNSu32 l[1]; } mDNSOpaque48;
268 typedef union { mDNSu8 b[ 8]; mDNSu16 w[4]; mDNSu32 l[2]; } mDNSOpaque64;
269 typedef union { mDNSu8 b[16]; mDNSu16 w[8]; mDNSu32 l[4]; } mDNSOpaque128;
281 #define bit_set_opaque64(op64, index) (op64.l[((index))/(sizeof(mDNSu32) * mDNSNBBY)] |= (1 << ((index) % (sizeof(mDNSu32) * mDNSNBBY)))
    [all...]
DNSCommon.h 96 extern mDNSu32 mDNSRandom(mDNSu32 max); // Returns pseudo-random result from zero to max inclusive
115 extern mDNSu32 TruncateUTF8ToLength(mDNSu8 *string, mDNSu32 length, mDNSu32 max);
117 extern mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText);
118 extern void AppendLabelSuffix(domainlabel *const name, mDNSu32 val, const mDNSBool RichText);
162 extern mDNSu32 RDataHashValue(const ResourceRecord *const rr);
195 extern mDNSu8 *PutResourceRecordTTLWithLimit(DNSMessage *const msg, mDNSu8 *ptr, mDNSu16 *count, ResourceRecord *rr, mDNSu32 ttl, const mDNSu8 *limit);
219 extern mDNSu8 *putUpdateLease(DNSMessage *msg, mDNSu8 *end, mDNSu32 lease)
    [all...]
uDNS.h 78 extern CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 namehash, const domainname *const name);
126 extern void natTraversalHandlePortMapReply(mDNS *const m, NATTraversalInfo *n, const mDNSInterfaceID InterfaceID, mDNSu16 err, mDNSIPPort extport, mDNSu32 lease);
DNSCommon.c 135 mDNSexport mDNSu32 NumCacheRecordsForInterfaceID(const mDNS *const m, mDNSInterfaceID id)
137 mDNSu32 slot, used = 0;
179 mDNSu32 length = mDNS_snprintf(buffer, MaxMsg-1, "%4d %##s %s ", rr->rdlength, rr->name->c, DNSTypeName(rr->rrtype));
267 mDNSlocal mDNSu32 mDNSRandomFromSeed(mDNSu32 seed)
272 mDNSlocal mDNSu32 mDNSMixRandomSeed(mDNSu32 seed, mDNSu8 iteration)
277 mDNSlocal mDNSu32 mDNSRandomNumber()
280 static mDNSu32 seed = 0;
290 mDNSexport mDNSu32 mDNSRandom(mDNSu32 max) // Returns pseudo-random result from zero to max inclusiv
    [all...]
DNSDigest.c 45 mDNSlocal mDNSu32 NToH32(mDNSu8 * bytes)
47 return (mDNSu32)((mDNSu32) bytes[0] << 24 | (mDNSu32) bytes[1] << 16 | (mDNSu32) bytes[2] << 8 | (mDNSu32)bytes[3]);
58 * replaced CC_LONG w/ mDNSu32
60 * replaced CC_LONG w/ mDNSu32, removed conditional #defines from md5.h
187 #define MD5_BLOCK_LONG (MD5_BLOCK_BYTES / sizeof(mDNSu32))
191 mDNSu32 A,B,C,D
    [all...]
mDNS.c 204 mDNSu32 oldtotalused = r->rrauth_totalused;
205 mDNSu32 slot;
238 mDNSexport AuthGroup *AuthGroupForName(AuthHash *r, const mDNSu32 slot, const mDNSu32 namehash, const domainname *const name)
247 mDNSexport AuthGroup *AuthGroupForRecord(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const rr)
252 mDNSlocal AuthGroup *GetAuthGroup(AuthHash *r, const mDNSu32 slot, const ResourceRecord *const rr)
283 const mDNSu32 slot = AuthHashSlot(rr->resrec.name);
300 const mDNSu32 slot = AuthHashSlot(rr->resrec.name);
322 mDNSexport CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 namehash, const domainname *const name
    [all...]
uDNS.c 61 mDNSlocal void SetRecordRetry(mDNS *const m, AuthRecord *rr, mDNSu32 random)
104 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout)
517 mDNSexport void natTraversalHandlePortMapReply(mDNS *const m, NATTraversalInfo *n, const mDNSInterfaceID InterfaceID, mDNSu16 err, mDNSIPPort extport, mDNSu32 lease)
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.h 100 mDNSu32 lease; // original lease, in seconds
uds_daemon.h 32 extern int udsserver_init(dnssd_sock_t skts[], mDNSu32 count);
uds_daemon.c 98 mDNSu32 key;
137 mDNSu32 uid;
144 mDNSu32 hdr_bytes; // bytes of header already read
146 mDNSu32 data_bytes; // bytes of message data already read
190 mDNSu32 flags;
191 mDNSu32 protocol;
231 mDNSu32 ifi; // Note: This field is in NETWORK byte order
238 mDNSu32 totallen;
239 mDNSu32 nwriten;
294 mDNSlocal mDNSu32 dnssd_htonl(mDNSu32 l
    [all...]
PlatformCommon.c 163 extern mDNSu32 mDNSPlatformClockDivisor;
dnsextd.c 93 #define SAME_INADDR(x,y) (*((mDNSu32 *)&x) == *((mDNSu32 *)&y))
    [all...]
dnssd_clientshim.c 230 mDNSu32 NumSubTypes = 0;
  /external/mdnsresponder/mDNSPosix/
Identify.c 77 mDNSlocal mDNSu32 mprintf(const char *format, ...) IS_A_PRINTF_STYLE_FUNCTION(1,2);
78 mDNSlocal mDNSu32 mprintf(const char *format, ...)
80 mDNSu32 length;
362 mDNSu32 slot;
mDNSPosix.c 539 mDNSexport mDNSInterfaceID mDNSPlatformInterfaceIDfromInterfaceIndex(mDNS *const m, mDNSu32 index)
550 while ((intf != NULL) && (mDNSu32) intf->index != index)
556 mDNSexport mDNSu32 mDNSPlatformInterfaceIndexfromInterfaceID(mDNS *const m, mDNSInterfaceID id, mDNSBool suppressNetworkChange)
    [all...]
NetMonitor.c 144 mDNSlocal mDNSu32 mprintf(const char *format, ...) IS_A_PRINTF_STYLE_FUNCTION(1,2);
145 mDNSlocal mDNSu32 mprintf(const char *format, ...)
147 mDNSu32 length;
181 mDNSu32 NumQueries;
287 mDNSu8 *sw = hw + 1 + (mDNSu32)hw[0];
291 mDNSPlatformMemCopy(entry->HIHardware.c, hw, 1 + (mDNSu32)hw[0]);
292 mDNSPlatformMemCopy(entry->HISoftware.c, sw, 1 + (mDNSu32)sw[0]);
481 const mDNSu32 index = mDNSPlatformInterfaceIndexfromInterfaceID(m, InterfaceID, mDNSfalse);
554 mDNSu32 striplen = mDNS_snprintf(b, MaxMsg-1, "%4d %##s %s ", pktrr->rdlength, pktrr->name->c, DNSTypeName(pktrr->rrtype));
    [all...]
ProxyResponder.c 34 #define INADDR_NONE (mDNSu32)0xffffffff

Completed in 877 milliseconds