HomeSort by relevance Sort by last modified time
    Searched refs:ethernet (Results 176 - 200 of 226) sorted by null

1 2 3 4 5 6 78 910

  /device/generic/goldfish/wifi/ipv6proxy/
socket.cpp 23 #include <net/ethernet.h>
  /external/linux-kselftest/tools/testing/selftests/net/
psock_snd.c 16 #include <net/ethernet.h>
psock_fanout.c 54 #include <net/ethernet.h>
msg_zerocopy.c 39 #include <net/ethernet.h>
  /external/ltp/testcases/network/stress/ns-tools/
ns-common.c 51 #include <net/ethernet.h>
246 * This function convert a string to struct sockaddr_ll (Ethernet)
ns-icmpv4_sender.c 50 #include <net/ethernet.h>
304 * This function sets the source and destination ethernet address completely
407 * pkt : Payload of the Ethernet frame (Namely, IPv6 packet
ns-icmp_redirector.c 53 #include <net/ethernet.h>
ns-icmpv6_sender.c 50 #include <net/ethernet.h>
630 * pkt : Payload of the Ethernet frame (Namely, IPv6 packet)
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 49 #include <net/ethernet.h>
338 error("Interface %s not Ethernet", cmd);
pppoe-discovery.c 31 #include <net/ethernet.h>
69 * ethernet packet type (see /usr/include/net/ethertypes.h)
71 * Checks the ethernet packet header to determine its type.
74 * Note that the ethernet type names come from "pppoe.h" and the packet
93 * type -- Ethernet frame type
96 * A raw socket for talking to the Ethernet card. Exits on error.
98 * Opens a raw Ethernet socket
146 sprintf(buffer, "Interface %.16s is not Ethernet", ifname);
457 /* Set destination to Ethernet broadcast address */
588 printf("AC-Ethernet-Address: %02x:%02x:%02x:%02x:%02x:%02x\n"
    [all...]
  /bionic/tests/
ifaddrs_test.cpp 24 #include <net/ethernet.h>
  /external/iputils/ninfod/
ni_ifaddrs.c 78 #include <net/ethernet.h> /* the L2 protocols */
  /external/u-boot/arch/arm/dts/
imx6ul.dtsi 469 fec2: ethernet@020b4000 {
767 fec1: ethernet@02188000 {
am335x-rut.dts 170 ethernet_phy: ethernet-phy@1 {
171 compatible = "ethernet-phy-id2000.5ce1";
armada-xp-mv78460.dtsi 358 eth3: ethernet@34000 {
da850.dtsi 507 eth0: ethernet@220000 {
fsl-imx8mq.dtsi 311 fec1: ethernet@30be0000 {
logicpd-torpedo-37xx-devkit.dts 108 ethernet@gpmc {
rk3288-phycore-som.dtsi 185 phy0: ethernet-phy@0 {
186 compatible = "ethernet-phy-ieee802.3-c22";
salvator-common.dtsi 262 phy0: ethernet-phy@0 {
stm32f429.dtsi 650 mac: ethernet@40028000 {
imx6sx.dtsi 846 fec1: ethernet@02188000 {
955 fec2: ethernet@021b4000 {
    [all...]
  /external/bcc/tests/python/
test_clang.py 47 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet));
48 bpf_trace_printk("ethernet->dst = %llx, ethernet->src = %llx\\n",
49 ethernet->dst, ethernet->src);
788 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet));
789 if(ethernet->type == ETH_P_IP) {
    [all...]
  /external/webrtc/webrtc/base/
network_unittest.cc 690 Network ethernet("eth0", "Ethernet", IPAddress(0x12345600U), 24,
692 EXPECT_EQ(ADAPTER_TYPE_ETHERNET, ethernet.type());
    [all...]
  /external/toybox/toys/net/
ifconfig.c 58 #include <net/ethernet.h>
109 {ARPHRD_LOOPBACK, "Local Loopback"}, {ARPHRD_ETHER, "Ethernet"},

Completed in 1711 milliseconds

1 2 3 4 5 6 78 910