HomeSort by: relevance | last modified time | path
    Searched refs:ether_ntohost (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libc/net/
ethers.c 39 __weak_alias(ether_ntohost,_ether_ntohost)
82 ether_ntohost(char *hostname, const struct ether_addr *e) function
Makefile.inc 57 ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3
  /src/sys/net/
if_ether.h 434 int ether_ntohost(char *, const struct ether_addr *);
  /src/external/bsd/tcpdump/dist/
addrtoname.c 79 #endif /* what declares ether_ntohost() */
96 extern int ether_ntohost(char *, const struct ether_addr *);
604 * This is a non-const copy of ep for ether_ntohost(), which
611 if (ether_ntohost(buf2, &ea) == 0) {
989 if (ether_ntohost(name, &ea) == 0) {
configure 6795 # Some might not have ether_ntohost().
6806 for ac_func in ether_ntohost
6808 ac_fn_c_check_func "$LINENO" "ether_ntohost" "ac_cv_func_ether_ntohost"
6813 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for buggy ether_ntohost" >&5
6814 printf %s "checking for buggy ether_ntohost... " >&6; }
6840 ether_ntohost(name, (struct ether_addr *)ea);
6871 # OK, we have ether_ntohost(). Is it declared in <net/ethernet.h>?
6874 # but it doesn't declare ether_ntohost().
6956 ac_fn_check_decl "$LINENO" "ether_ntohost" "ac_cv_have_decl_ether_ntohost" "
6976 # or if we do but it doesn't declare ether_ntohost()
    [all...]
  /src/usr.sbin/isibootd/
isibootd.c 195 if (ether_ntohost(clientname, (struct ether_addr *)fp->src)) {
  /src/usr.bin/getent/
getent.c 230 if (ether_ntohost(hp, eap) != 0) {
  /src/usr.sbin/rarpd/
rarpd.c 585 if (ether_ntohost(ename, (struct ether_addr *)&ep->ether_shost) != 0) {
  /src/lib/libc/include/
namespace.h 318 #define ether_ntohost _ether_ntohost macro
  /src/usr.sbin/ndbootd/
ndbootd.c 572 if (ether_ntohost(hostname_buffer, (struct ether_addr *) ether_packet->ether_shost)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 4369 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) {
4371 COMMON_INTERCEPTOR_ENTER(ctx, ether_ntohost, hostname, addr);
4376 int res = REAL(ether_ntohost)(hostname, addr);
4410 COMMON_INTERCEPT_FUNCTION(ether_ntohost); \
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 4618 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) {
4620 COMMON_INTERCEPTOR_ENTER(ctx, ether_ntohost, hostname, addr);
4625 int res = REAL(ether_ntohost)(hostname, addr);
4659 COMMON_INTERCEPT_FUNCTION(ether_ntohost); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 4612 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) {
4614 COMMON_INTERCEPTOR_ENTER(ctx, ether_ntohost, hostname, addr);
4619 int res = REAL(ether_ntohost)(hostname, addr);
4653 COMMON_INTERCEPT_FUNCTION(ether_ntohost); \

Completed in 74 milliseconds