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