Searched refs:byteNum (Results 1 – 1 of 1) sorted by relevance
193 uint8_t byteNum; // which byte in the 32Bithex_address in rsi_ascii_dev_address_to_6bytes_rev() local196 byteNum = 5; in rsi_ascii_dev_address_to_6bytes_rev()204 …hex_addr[byteNum--] = (uint8_t)rsi_char_hex2dec((int8_t *)cBuf); // convert the strint to an integ… in rsi_ascii_dev_address_to_6bytes_rev()211 hex_addr[byteNum] = (uint8_t)rsi_char_hex2dec((int8_t *)cBuf); // convert the strint to an integer in rsi_ascii_dev_address_to_6bytes_rev()424 uint8_t byteNum; // which byte in the 32BitHexAddress in rsi_ascii_mac_address_to_6bytes() local427 byteNum = 0; in rsi_ascii_mac_address_to_6bytes()435 …hexAddr[byteNum++] = (uint8_t)rsi_charhex_2_dec((int8_t *)cBuf); // convert the strint to an integ… in rsi_ascii_mac_address_to_6bytes()442 hexAddr[byteNum] = (uint8_t)rsi_charhex_2_dec((int8_t *)cBuf); // convert the strint to an integer in rsi_ascii_mac_address_to_6bytes()457 uint8_t byteNum; in rsi_ascii_dot_address_to_4bytes() local462 byteNum = 0; in rsi_ascii_dot_address_to_4bytes()[all …]