Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c2357 domainlabel tempLabel; in SetupHostName() local
2380tempLabel.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()