Searched refs:asciiDotAddress (Results 1 – 2 of 2) sorted by relevance
453 void rsi_ascii_dot_address_to_4bytes(uint8_t *hexAddr, int8_t *asciiDotAddress) in rsi_ascii_dot_address_to_4bytes() argument464 size_t buf_len = sl_strnlen((char *)asciiDotAddress, MAX_IPV4_ADDRESS_STRING_LENGTH); in rsi_ascii_dot_address_to_4bytes()467 if (asciiDotAddress[i] == '.') { in rsi_ascii_dot_address_to_4bytes()476 cBuf[cBufPos++] = asciiDotAddress[i]; in rsi_ascii_dot_address_to_4bytes()
75 void rsi_ascii_dot_address_to_4bytes(uint8_t *hexAddr, int8_t *asciiDotAddress);