Home | History | Annotate | Download | only in ms2isc

Lines Matching refs:Hex

254 	my @Hex;

255 # purpose: DHCP registry specific; to return the extracted hex from the input
262 # @Hex: an arry of hex strings in human readable format.
277 # actually this is only programmed to do one Hex, until I see
281 $Hex[$i] = $Hex[$i].sprintf ("%x", $data[$j+$i*4]);
285 return @Hex;
343 my @Hex;
344 # purpose: to return the registry saved hex number in a readable form
346 # $octet: a 4 byte data storing the hex number as the registry save it as
349 # $Hex: string of hex digit
356 $Hex[0] = $Hex[0] . sprintf ("%x", $data[$i]);
359 return @Hex;