Searched defs:namestorage (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1460 mDNSu8 namestorage[AUTH_GROUP_NAME_SIZE]; member in struct:AuthGroup_struct
1590 domainname namestorage; member in struct:AuthRecord_struct
1667 // Should match the CacheGroup_struct members, except namestorage[]. Only used to calculate
1668 // the size of the namestorage array in CacheGroup_struct so that sizeof(CacheGroup) == sizeof(CacheRecord)
1685 mDNSu8 namestorage[sizeof(CacheRecord) - sizeof(struct CacheGroup_base)]; // match sizeof(CacheRecord) member in struct:CacheGroup_struct
1697 domainname namestorage; // Needs to go *after* the extra rdata bytes member in struct:__anon74

Completed in 91 milliseconds