Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dx509_crt.c2830 uint8_t num_octets = 0; in x509_inet_pton_ipv4() local
2856 num_octets++; in x509_inet_pton_ipv4()
2857 } while (num_octets < 4 && *p++ == '.'); in x509_inet_pton_ipv4()
2858 return num_octets == 4 && *p == '\0' ? 0 : -1; in x509_inet_pton_ipv4()