Home
last modified time | relevance | path

Searched refs:ether_line (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/tests/net/
H A Dether_test.c43 ATF_TC_WITHOUT_HEAD(ether_line);
44 ATF_TC_BODY(ether_line, tc) in ATF_TC_BODY() argument
49 ATF_REQUIRE_MSG(ether_line(ether_line_string, &e, hostname) == 0, in ATF_TC_BODY()
65 ATF_REQUIRE_MSG(ether_line(ether_line_bad_1_string, &e, hostname) != 0, in ATF_TC_BODY()
77 ATF_REQUIRE_MSG(ether_line(ether_line_bad_2_string, &e, hostname) != 0, in ATF_TC_BODY()
175 ATF_TP_ADD_TC(tp, ether_line); in ATF_TP_ADD_TCS()
/freebsd/lib/libc/net/
H A Dether_addr.c67 ether_line(const char *l, struct ether_addr *e, char *hostname) in ether_line() function
170 if (!ether_line(buf, &local_ether, local_host)) { in ether_ntohost()
218 if (!ether_line(buf, &local_ether, local_host)) { in ether_hostton()
H A DSymbol.map4 ether_line;
H A DMakefile.inc58 ethers.3 ether_line.3 \
/freebsd/sys/net/
H A Dethernet.h473 int ether_line(const char *, struct ether_addr *, char *);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4653 INTERCEPTOR(int, ether_line, char *line, __sanitizer_ether_addr *addr,
4656 COMMON_INTERCEPTOR_ENTER(ctx, ether_line, line, addr, hostname);
4661 int res = REAL(ether_line)(line, addr, hostname);
4672 COMMON_INTERCEPT_FUNCTION(ether_line);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1632 fun:ether_line=uninstrumented