HomeSort by relevance Sort by last modified time
    Searched full:ether (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /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);
  /external/iproute2/lib/
ll_types.c 38 __PF(ETHER,ether)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
ethernet.h 42 u_int8_t ether_shost[ETH_ALEN]; /* source ether addr */
66 * by an ETHER type (as given above) and then the (variable-length) header.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
ethernet.h 42 u_int8_t ether_shost[ETH_ALEN]; /* source ether addr */
66 * by an ETHER type (as given above) and then the (variable-length) header.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
ethernet.h 42 u_int8_t ether_shost[ETH_ALEN]; /* source ether addr */
66 * by an ETHER type (as given above) and then the (variable-length) header.
  /external/libpcap/
pcap-dos.h 21 typedef BYTE ETHER[6];
23 #define ETH_ALEN sizeof(ETHER) /* Ether address length */
24 #define ETH_HLEN (2*ETH_ALEN+2) /* Ether header length */
  /external/tcpdump/
print-symantec.c 39 #include "ether.h"
75 * to the ether header of the packet, 'h->ts' is the timestamp,
print-eap.c 40 #include "ether.h"
print-ether.c 23 "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.95.2.6 2006/02/20 18:15:03 hannes Exp $ (LBL)";
39 #include "ether.h"
114 printf("[|ether]");
155 * to the ether header of the packet, 'h->ts' is the timestamp,
ether.h 1 /* @(#) $Header: /tcpdump/master/tcpdump/ether.h,v 1.8 2002/12/11 07:13:51 guy Exp $ (LBL) */
print-cip.c 42 #include "ether.h"
  /external/kernel-headers/original/linux/
if_fc.h 47 __be16 ethertype; /* ether type field */
  /external/libppp/src/
ether.h 26 * $FreeBSD: src/usr.sbin/ppp/ether.h,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 123 "not ether src " MACSTR " and "
124 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
125 "ether proto 0x%x",
l2_packet_pcap.c 232 "not ether src " MACSTR " and "
233 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
234 "ether proto 0x%x",
l2_packet_winpcap.c 176 "not ether src " MACSTR " and "
177 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
178 "ether proto 0x%x",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_fc.h 47 __be16 ethertype; /* ether type field */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ether.h 54 #endif /* netinet/ether.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_fc.h 47 __be16 ethertype; /* ether type field */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ether.h 54 #endif /* netinet/ether.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_fc.h 47 __be16 ethertype; /* ether type field */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ether.h 54 #endif /* netinet/ether.h */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
ethernet.h 72 /* ether types */
94 /* ether header */
97 #define ETHER_TYPE_OFFSET (2 * ETHER_ADDR_LEN) /* ether type offset */
  /external/iproute2/include/linux/
netdevice.h 38 * Network device statistics. Akin to the 2.0 ether stats but

Completed in 1511 milliseconds

1 2 3 4 5 6