Home
last modified time | relevance | path

Searched refs:lengthbyte (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c672 mDNSu8 *lengthbyte = ptr++; // Record where the length is going to go in AppendLiteralLabelString() local
675 *lengthbyte = (mDNSu8)(ptr - lengthbyte - 1); // Fill in the length byte in AppendLiteralLabelString()
695 mDNSu8 *lengthbyte = ptr++; // Record where the length is going to go in AppendDNSNameString() local
715 if (ptr - lengthbyte - 1 > MAX_DOMAIN_LABEL) // If illegal label, abort in AppendDNSNameString()
717 *lengthbyte = (mDNSu8)(ptr - lengthbyte - 1); // Fill in the length byte in AppendDNSNameString()