Searched refs:maxbytes (Results 1 – 1 of 1) sorted by relevance
1121 int maxbytes = buflen / 3; in sdl_addr_to_hex() local1123 if (maxbytes > sdl->sdl_alen) { in sdl_addr_to_hex()1124 maxbytes = sdl->sdl_alen; in sdl_addr_to_hex()1127 for (i = 0; i < maxbytes; i++) { in sdl_addr_to_hex()1130 *buf = (i == maxbytes - 1) ? '\0' : ':'; in sdl_addr_to_hex()