Searched refs:maxbytes (Results 1 – 1 of 1) sorted by relevance
1109 int maxbytes = buflen / 3; in sdl_addr_to_hex() local1111 if (maxbytes > sdl->sdl_alen) { in sdl_addr_to_hex()1112 maxbytes = sdl->sdl_alen; in sdl_addr_to_hex()1115 for (i = 0; i < maxbytes; i++) { in sdl_addr_to_hex()1118 *buf = (i == maxbytes - 1) ? '\0' : ':'; in sdl_addr_to_hex()