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

1 2 3 4

  /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);
  /prebuilt/linux-x86/toolchain/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.
  /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 */
config.h 54 /* Define to 1 if you have the <netinet/ether.h> header file. */
147 /* Define to 1 if netinet/ether.h declares `ether_hostton' */
  /external/iproute2/lib/
ll_types.c 38 __PF(ETHER,ether)
  /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 */
if_ether.h 59 #define ETH_P_TEB 0x6558 /* Trans Ether Bridging */
119 unsigned char h_source[ETH_ALEN]; /* source ether addr */
  /external/wpa_supplicant/
l2_packet_freebsd.c 122 "not ether src " MACSTR " and "
123 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
124 "ether proto 0x%x",
l2_packet_pcap.c 238 "not ether src " MACSTR " and "
239 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
240 "ether proto 0x%x",
l2_packet_winpcap.c 182 "not ether src " MACSTR " and "
183 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
184 "ether proto 0x%x",
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_freebsd.c 125 "not ether src " MACSTR " and "
126 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
127 "ether proto 0x%x",
l2_packet_pcap.c 238 "not ether src " MACSTR " and "
239 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
240 "ether proto 0x%x",
l2_packet_winpcap.c 182 "not ether src " MACSTR " and "
183 "( ether dst " MACSTR " or ether dst " MACSTR " ) and "
184 "ether proto 0x%x",
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_fc.h 47 __be16 ethertype; /* ether type field */
atmmpc.h 68 uint8_t type[2]; /* Ether type (for IP) (0x0800) */
if_tr.h 52 __be16 ethertype; /* ether type field */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ether.h 54 #endif /* netinet/ether.h */
  /external/iproute2/include/linux/
netdevice.h 37 * Network device statistics. Akin to the 2.0 ether stats but
if_ether.h 59 #define ETH_P_TEB 0x6558 /* Trans Ether Bridging */
119 unsigned char h_source[ETH_ALEN]; /* source ether addr */

Completed in 564 milliseconds

1 2 3 4