Searched refs:maxbytes (Results 1 – 1 of 1) sorted by relevance
1110 int maxbytes = buflen / 3; in sdl_addr_to_hex() local1112 if (maxbytes > sdl->sdl_alen) { in sdl_addr_to_hex()1113 maxbytes = sdl->sdl_alen; in sdl_addr_to_hex()1116 for (i = 0; i < maxbytes; i++) { in sdl_addr_to_hex()1119 *buf = (i == maxbytes - 1) ? '\0' : ':'; in sdl_addr_to_hex()