Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dx509_crt.c2832 uint8_t num_octets = 0; in x509_inet_pton_ipv4() local
2858 num_octets++; in x509_inet_pton_ipv4()
2859 } while (num_octets < 4 && *p++ == '.'); in x509_inet_pton_ipv4()
2860 return num_octets == 4 && *p == '\0' ? 0 : -1; in x509_inet_pton_ipv4()