HomeSort by relevance Sort by last modified time
    Searched refs:ethernet (Results 1 - 25 of 29) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
if_ether.h 61 #include <net/ethernet.h>
66 * Ethernet Address Resolution Protocol.
86 * Macro to map an IP multicast address to an Ethernet multicast address.
87 * The high-order 25 bits of the Ethernet address are statically assigned,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
if_ether.h 61 #include <net/ethernet.h>
66 * Ethernet Address Resolution Protocol.
86 * Macro to map an IP multicast address to an Ethernet multicast address.
87 * The high-order 25 bits of the Ethernet address are statically assigned,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
if_ether.h 61 #include <net/ethernet.h>
66 * Ethernet Address Resolution Protocol.
86 * Macro to map an IP multicast address to an Ethernet multicast address.
87 * The high-order 25 bits of the Ethernet address are statically assigned,
  /external/iptables/extensions/
libxt_mac.c 3 #include <net/ethernet.h>
libipt_realm.c 6 #include <net/ethernet.h>
libipt_CLUSTERIP.c 14 #include <net/ethernet.h>
95 xtables_error(PARAMETER_PROBLEM, "MAC has to be a multicast ethernet address\n");
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 25 #include <proto/ethernet.h>
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
wpa.h 25 #include <proto/ethernet.h>
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 198 #detailsInternetPage[ethernet] .wifi-details,
199 #detailsInternetPage[ethernet] .cellular-details,
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 49 #include <net/ethernet.h>
309 error("Interface %s not Ethernet", cmd);
pppoe.h 29 /* How do we access raw Ethernet devices? */
43 #error Unknown method for accessing raw Ethernet frames
94 #include <sys/ethernet.h>
149 /* Ethernet frame types according to RFC 2516 */
205 /* A PPPoE Packet, including Ethernet headers */
207 struct ethhdr ethHdr; /* Ethernet header */
320 /* True if Ethernet address is broadcast or multicast */
if.c 7 * Functions for opening a raw socket and reading/writing raw Ethernet frames.
32 #include <net/ethernet.h>
115 * ethernet packet type (see /usr/include/net/ethertypes.h)
117 * Checks the ethernet packet header to determine its type.
120 * Note that the ethernet type names come from "pppoe.h" and the packet
144 * Locates the Ethernet hardware address for an interface.
176 sprintf(buffer, "interface %.16s has more than one ethernet address", ifname);
187 sprintf(buffer, "interface %.16s has no ethernet address", ifname);
196 * type -- Ethernet frame type (0 for watch mode)
207 * Note that the ethernet type names come from "pppoe.h" and ar
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 478 output.append("<h3>Ethernet:</h3><table border=1>");
479 const chromeos::EthernetNetwork* ethernet = cros->ethernet_network(); local
480 if (ethernet) {
481 output.append("<tr>" + ToHtmlTableHeader(ethernet) + "</tr>");
482 output.append("<tr>" + ToHtmlTableRow(ethernet) + "</tr>");
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 30 #include <proto/ethernet.h>
524 "could not parse as an ethernet MAC address\n");
  /external/libppp/src/
ether.c 36 #include <net/ethernet.h>
498 * (ethernet) | |
520 * magically exist as a way of hooking stuff onto an ethernet device
582 * the ``orphan'' and ``ethernet'' hooks
621 /* Bring the Ethernet interface up */
netgraph.c 36 #include <net/ethernet.h>
  /external/dnsmasq/src/
dnsmasq.h 91 # include <net/ethernet.h>
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 26 #include <net/ethernet.h>
    [all...]
  /external/ppp/pppd/
sys-solaris.c 128 #include <sys/ethernet.h>
284 * get_first_ethernet - returns the first Ethernet interface name found in
341 * occurence of an Ethernet interface which has been marked up
378 * get_first_ethernet - returns the first Ethernet interface name found in
427 * occurence of an Ethernet interface which has been marked up
526 * ether_to_eui64 - Convert 48-bit Ethernet address into 64-bit EUI
528 * walks the list of valid ethernet interfaces, and convert the first
530 * the system has a properly configured Ethernet interface for this
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 35 // NetworkDevice: e.g. ethernet, wifi modem, cellular modem
41 // ethernet_: EthernetNetwork* to the active ethernet network in network_map_.
210 const char* kTypeEthernet = "ethernet";
3605 EthernetNetwork* ethernet = new EthernetNetwork(service_path); local
    [all...]
  /external/qemu/
net-android.c 82 #include <sys/ethernet.h>
    [all...]
net.c 80 #include <sys/ethernet.h>
    [all...]
qemu-char.c 85 #include <sys/ethernet.h>
    [all...]
vl-android.c 136 #include <sys/ethernet.h>
    [all...]
vl.c 81 #include <sys/ethernet.h>
    [all...]

Completed in 1740 milliseconds

1 2