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

/freebsd-11.0-release/lib/libc/tests/net/
H A Dether_test.c45 ATF_TC_WITHOUT_HEAD(ether_line); variable
46 ATF_TC_BODY(ether_line, tc)
51 ATF_REQUIRE_MSG(ether_line(ether_line_string, &e, hostname) == 0,
52 "ether_line failed; errno=%d", errno);
67 ATF_REQUIRE_MSG(ether_line(ether_line_bad_1_string, &e, hostname) != 0,
68 "ether_line succeeded unexpectedly");
79 ATF_REQUIRE_MSG(ether_line(ether_line_bad_2_string, &e, hostname) != 0,
80 "ether_line succeeded unexpectedly");
177 ATF_TP_ADD_TC(tp, ether_line);
/freebsd-11.0-release/lib/libc/net/
H A Dether_addr.c68 ether_line(const char *l, struct ether_addr *e, char *hostname) function
171 if (!ether_line(buf, &local_ether, local_host)) {
219 if (!ether_line(buf, &local_ether, local_host)) {
H A DMakefile.inc55 MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \
/freebsd-11.0-release/sys/net/
H A Dethernet.h417 int ether_line(const char *, struct ether_addr *, char *);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3566 INTERCEPTOR(int, ether_line, char *line, __sanitizer_ether_addr *addr,
3569 COMMON_INTERCEPTOR_ENTER(ctx, ether_line, line, addr, hostname);
3574 int res = REAL(ether_line)(line, addr, hostname);
3585 COMMON_INTERCEPT_FUNCTION(ether_line);

Completed in 116 milliseconds