Searched refs:ether_format (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sbin/ifconfig/
H A Daf_link.c61 char *ether_format, *format_char; local
68 ether_format = ether_ntoa((struct ether_addr *)LLADDR(sdl));
70 for (format_char = strchr(ether_format, ':');
72 format_char = strchr(ether_format, ':'))
75 printf("\tether %s\n", ether_format);

Completed in 31 milliseconds