Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c1788 …const mDNSu8 *nextbyte = mDNSNULL; // Record where we got to before we started following point… in getDomainName() local
1821 if (!nextbyte) nextbyte = ptr; // Record where we got to before we started following pointers in getDomainName()
1831 if (nextbyte) return(nextbyte); in getDomainName()