Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dether-wake.c172 int byte_cnt, i; in get_wol_pw() local
175 byte_cnt = sscanf(ethoptarg, "%2x:%2x:%2x:%2x:%2x:%2x", in get_wol_pw()
180 if (byte_cnt < 4) in get_wol_pw()
181 byte_cnt = sscanf(ethoptarg, "%u.%u.%u.%u", in get_wol_pw()
183 if (byte_cnt < 4) { in get_wol_pw()
188 for (i = 0; i < byte_cnt; ++i) in get_wol_pw()
193 byte_cnt); in get_wol_pw()
195 return byte_cnt; in get_wol_pw()