Searched refs:tempLabel (Results 1 – 1 of 1) sorted by relevance
2357 domainlabel tempLabel; in SetupHostName() local2380 …tempLabel.c[ 0 ] = (mDNSu8) (strlen( tempString ) < MAX_DOMAIN_LABEL ? strlen( tempString ) : MAX_… in SetupHostName()2381 memcpy( &tempLabel.c[ 1 ], tempString, tempLabel.c[ 0 ] ); in SetupHostName()2385 ConvertUTF8PstringToRFC1034HostLabel( tempLabel.c, &inMDNS->hostlabel ); in SetupHostName()