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

/freebsd-12-stable/sbin/ifconfig/
H A Daf_link.c64 char *ether_format, *format_char; local
75 ether_format = ether_ntoa((struct ether_addr *)LLADDR(sdl));
77 for (format_char = strchr(ether_format, ':');
79 format_char = strchr(ether_format, ':'))
82 printf("\tether %s\n", ether_format);
121 ether_format = ether_ntoa((const struct ether_addr *)
124 for (format_char = strchr(ether_format, ':');
126 format_char = strchr(ether_format, ':'))
129 printf("\thwaddr %s\n", ether_format);

Completed in 128 milliseconds