Home
last modified time | relevance | path

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

/openbsd/lib/libc/net/
H A Dethers.c114 if (ether_line(buf, &try, hostname) == 0 && in ether_ntohost()
148 if (ether_line(buf, e, try) == 0 && strcmp(hostname, try) == 0) { in ether_hostton()
159 ether_line(const char *line, struct ether_addr *e, char *hostname) in ether_line() function
183 DEF_WEAK(ether_line);
/openbsd/lib/libc/hidden/netinet/
H A Dif_ether.h25 PROTO_NORMAL(ether_line);
/openbsd/sys/netinet/
H A Dif_ether.h395 int ether_line(const char *, struct ether_addr *, char *);
/openbsd/lib/libc/
H A DSymbols.list1122 ether_line
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4692 INTERCEPTOR(int, ether_line, char *line, __sanitizer_ether_addr *addr,
4695 COMMON_INTERCEPTOR_ENTER(ctx, ether_line, line, addr, hostname);
4700 int res = REAL(ether_line)(line, addr, hostname);
4711 COMMON_INTERCEPT_FUNCTION(ether_line);
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1627 fun:ether_line=uninstrumented