HomeSort by relevance Sort by last modified time
    Searched refs:ether (Results 1 - 15 of 15) sorted by null

  /external/dnsmasq/contrib/dnslist/
dnslist.pl 107 foreach $ether (keys %{$list}) {
108 $list->{$ether}->{'old_online'} = $list->{$ether}->{'online'};
109 $list->{$ether}->{'online'} = 0;
115 $ether = $host{ether_addr};
117 $list->{$ether}->{'online'} = 1;
120 $list->{$ether}->{$key} = $host{$key};
126 foreach $ether (keys %{$list}) {
127 $old = $list->{$ether}->{'old_online'};
128 $new = $list->{$ether}->{'online'}
    [all...]
  /external/dnsmasq/src/
bpf.c 163 struct ether_header ether; local
187 memcpy(ether.ether_shost, LLADDR((struct sockaddr_dl *)&ifr->ifr_addr), ETHER_ADDR_LEN);
188 ether.ether_type = htons(ETHERTYPE_IP);
192 memset(ether.ether_dhost, 255, ETHER_ADDR_LEN);
197 memcpy(ether.ether_dhost, mess->chaddr, ETHER_ADDR_LEN);
240 iov[0].iov_base = &ether;
241 iov[0].iov_len = sizeof(ether);
  /system/core/netcfg/
netcfg.c 22 #include <netinet/ether.h>
  /external/tcpdump/
Android.mk 43 print-ether.c\
addrtoname.c 43 #include <netinet/ether.h>
318 /* Find the hash node that corresponds the ether address 'ep' */
configure     [all...]
  /external/dhcpcd/
ifaddrs.c 26 #include <netinet/ether.h>
  /external/iproute2/lib/
ll_types.c 38 __PF(ETHER,ether)
  /external/libpcap/
nametoaddr.c 67 #include <netinet/ether.h>
283 /* Static data base of ether protocol types. */
scanner.l 173 link|ether|ppp|slip return LINK;
configure     [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 790 const NetworkDevice* ether = cros->FindEthernetDevice(); local
791 if (ether) {
793 cros->GetIPConfigs(ether->device_path(), &hardware_address,
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 856 const chromeos::EthernetNetwork* ether = cros->ethernet_network(); local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 35 #include <netinet/ether.h>
    [all...]
  /external/iproute2/doc/
ip-cref.tex 354 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
360 link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
460 associated with the device. The first word (\verb|ether|, \verb|sit|)
488 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
530 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
730 link/ether 00:a0:cc:66:18:78 brd ff:ff:ff:ff:ff:ff
    [all...]

Completed in 448 milliseconds