Home
last modified time | relevance | path

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

/inet/
A Dether_aton_r.c27 size_t cnt; in ether_aton_r() local
29 for (cnt = 0; cnt < 6; ++cnt) in ether_aton_r()
40 if ((cnt < 5 && ch != ':') || (cnt == 5 && ch != '\0' && !isspace (ch))) in ether_aton_r()
49 if (cnt < 5 && ch != ':') in ether_aton_r()
54 addr->ether_addr_octet[cnt] = (unsigned char) number; in ether_aton_r()
A Dether_line.c28 for (size_t cnt = 0; cnt < 6; ++cnt) in ether_line() local
39 if ((cnt < 5 && ch != ':') || (cnt == 5 && ch != '\0' && !isspace (ch))) in ether_line()
48 if (cnt < 5 && ch != ':') in ether_line()
53 addr->ether_addr_octet[cnt] = (unsigned char) number; in ether_line()

Completed in 3 milliseconds