Searched refs:maxbytes (Results 1 – 1 of 1) sorted by relevance
1120 int maxbytes = buflen / 3; in sdl_addr_to_hex() local1122 if (maxbytes > sdl->sdl_alen) { in sdl_addr_to_hex()1123 maxbytes = sdl->sdl_alen; in sdl_addr_to_hex()1126 for (i = 0; i < maxbytes; i++) { in sdl_addr_to_hex()1129 *buf = (i == maxbytes - 1) ? '\0' : ':'; in sdl_addr_to_hex()