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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c776 mDNSu8 *lengthbyte = ptr++; // Record where the length is going to go local
779 *lengthbyte = (mDNSu8)(ptr - lengthbyte - 1); // Fill in the length byte
799 mDNSu8 *lengthbyte = ptr++; // Record where the length is going to go local
819 if (ptr - lengthbyte - 1 > MAX_DOMAIN_LABEL) // If illegal label, abort
821 *lengthbyte = (mDNSu8)(ptr - lengthbyte - 1); // Fill in the length byte

Completed in 60 milliseconds