Searched refs:ether_ntohost (Results 1 – 15 of 15) sorted by relevance
/external/tcpdump/ |
D | configure.in | 428 # Some might not have ether_ntohost(). 437 AC_CHECK_FUNCS(ether_ntohost, [ 438 AC_CACHE_CHECK(for buggy ether_ntohost, ac_cv_buggy_ether_ntohost, [ 451 ether_ntohost(name, (struct ether_addr *)ea); 459 [define if you have ether_ntohost() and it works]) 465 # OK, we have ether_ntohost(). Do we have <netinet/if_ether.h>? 469 # Yes. Does it declare ether_ntohost()? 471 AC_CHECK_DECL(ether_ntohost, 474 [Define to 1 if netinet/if_ether.h declares `ether_ntohost']) 497 # We have it - does it declare ether_ntohost()? [all …]
|
D | config.h.in | 27 /* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you 34 /* Define to 1 if you have the `ether_ntohost' function. */ 253 /* Define to 1 if netinet/ether.h declares `ether_ntohost' */ 256 /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */ 301 /* define if you have ether_ntohost() and it works */
|
D | addrtoname.c | 48 extern int ether_ntohost(char *, const struct ether_addr *); 507 if (ether_ntohost(buf2, (const struct ether_addr *)ep) == 0) { in etheraddr_string() 945 if (ether_ntohost(name, (const struct ether_addr *)el->addr) == 0) { in init_etherarray()
|
D | Makefile.in | 367 win32/src/ether_ntohost.c
|
D | configure | 5832 for ac_func in ether_ntohost 5863 ether_ntohost(name, (struct ether_addr *)ea);
|
/external/tcpdump/win32/src/ |
D | ether_ntohost.c | 202 int ether_ntohost (char *name, struct ether_addr *e) in ether_ntohost() function
|
/external/iputils/ |
D | rarpd.c | 45 extern int ether_ntohost(char *name, unsigned char *ea); 308 if (ether_ntohost(ename, lladdr) != 0 || in rarp_lookup()
|
/external/tcpdump/win32/prj/ |
D | WinDump.dsp | 744 SOURCE=..\Src\ether_ntohost.c
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3779 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) { 3781 COMMON_INTERCEPTOR_ENTER(ctx, ether_ntohost, hostname, addr); 3786 int res = REAL(ether_ntohost)(hostname, addr); 3820 COMMON_INTERCEPT_FUNCTION(ether_ntohost); \
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4521 INTERCEPTOR(int, ether_ntohost, char *hostname, __sanitizer_ether_addr *addr) { 4523 COMMON_INTERCEPTOR_ENTER(ctx, ether_ntohost, hostname, addr); 4528 int res = REAL(ether_ntohost)(hostname, addr); 4562 COMMON_INTERCEPT_FUNCTION(ether_ntohost); \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1630 fun:ether_ntohost=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1630 fun:ether_ntohost=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1441 PUBLIC f5510 0 ether_ntohost
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 324 …type' binding='global-binding' visibility='default-visibility' alias='ether_ntohost' is-defined='y… 2521 <!-- ether_ntohost --> 2522 …<elf-symbol name='ether_ntohost' type='func-type' binding='weak-binding' visibility='default-visib…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 168 …type' binding='global-binding' visibility='default-visibility' alias='ether_ntohost' is-defined='y… 1267 …<elf-symbol name='ether_ntohost' type='func-type' binding='weak-binding' visibility='default-visib…
|