HomeSort by relevance Sort by last modified time
    Searched defs:NotAnInteger (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/Clients/
dns-sd.c 208 typedef union { unsigned char b[2]; unsigned short NotAnInteger; } Opaque16;
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 256 // The "NotAnInteger" fields of the unions allow the value to be conveniently passed around in a
260 // and if you make the mistake of trying to do those using the NotAnInteger field, then you'll
265 typedef union { mDNSu8 b[ 2]; mDNSu16 NotAnInteger; } mDNSOpaque16;
266 typedef union { mDNSu8 b[ 4]; mDNSu32 NotAnInteger; } mDNSOpaque32;
    [all...]

Completed in 51 milliseconds