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

/freebsd-9.3-release/tools/regression/lib/libc/net/
H A Dtest-ether.c64 if (ether_line(ether_line_string, &e, hostname) != 0)
84 if (ether_line(ether_line_bad_1_string, &e, hostname) == 0)
98 if (ether_line(ether_line_bad_2_string, &e, hostname) == 0)
/freebsd-9.3-release/lib/libc/net/
H A Dether_addr.c69 ether_line(const char *l, struct ether_addr *e, char *hostname) function
170 if (!ether_line(buf, &local_ether, local_host)) {
218 if (!ether_line(buf, &local_ether, local_host)) {
H A DSymbol.map8 ether_line;
/freebsd-9.3-release/lib/libstand/
H A Dif_ether.h259 int ether_line(char *, struct ether_addr *, char *);
/freebsd-9.3-release/sys/net/
H A Dethernet.h397 int ether_line(const char *, struct ether_addr *, char *);

Completed in 58 milliseconds