Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ether_ntohost

6336 # Some might not have ether_ntohost().
6345 for ac_func in ether_ntohost
6347 ac_fn_c_check_func "$LINENO" "ether_ntohost" "ac_cv_func_ether_ntohost"
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for buggy ether_ntohost" >&5
6354 $as_echo_n "checking for buggy ether_ntohost... " >&6; }
6376 ether_ntohost(name, (struct ether_addr *)ea);
6405 # OK, we have ether_ntohost(). Do we have <netinet/if_ether.h>?
6409 # Yes. Does it declare ether_ntohost()?
6411 ac_fn_c_check_decl "$LINENO" "ether_ntohost" "ac_cv_have_decl_ether_ntohost" "
6452 # We have it - does it declare ether_ntohost()?
6458 ac_fn_c_check_decl "$LINENO" "ether_ntohost" "ac_cv_have_decl_ether_ntohost" "
6473 # Is ether_ntohost() declared?