Lines Matching refs:ether_ntohost
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()?
503 AC_CHECK_DECL(ether_ntohost,
506 [Define to 1 if netinet/ether.h declares `ether_ntohost'])
514 # Is ether_ntohost() declared?
533 [Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
537 [Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you