Searched refs:ether_line (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/tests/net/ |
H A D | ether_test.c | 43 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 D | ether_addr.c | 67 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 D | Symbol.map | 4 ether_line;
|
H A D | Makefile.inc | 58 ethers.3 ether_line.3 \
|
/freebsd/sys/net/ |
H A D | ethernet.h | 473 int ether_line(const char *, struct ether_addr *, char *);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4653 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 D | libc_ubuntu1404_abilist.txt | 1632 fun:ether_line=uninstrumented
|