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

1 2 3 4 5 6 7 8 910

  /external/u-boot/arch/arm/dts/
at91sam9x25ek.dts 19 macb0: ethernet@f802c000 {
24 macb1: ethernet@f8030000 {
at91sam9g35ek.dts 20 macb0: ethernet@f802c000 {
at91sam9x35ek.dts 20 macb0: ethernet@f802c000 {
armada-xp-gp.dts 181 phy0: ethernet-phy@0 {
185 phy1: ethernet-phy@1 {
189 phy2: ethernet-phy@2 {
193 phy3: ethernet-phy@3 {
198 ethernet@70000 {
203 ethernet@74000 {
208 ethernet@30000 {
213 ethernet@34000 {
armada-xp-maxbcm.dts 180 phy0: ethernet-phy@0 {
184 phy1: ethernet-phy@1 {
188 phy2: ethernet-phy@2 {
192 phy3: ethernet-phy@3 {
197 ethernet@70000 {
202 ethernet@74000 {
207 ethernet@30000 {
212 ethernet@34000 {
sama5d35ek.dts 35 macb0: ethernet@f0028000 {
43 macb1: ethernet@f802c000 {
sama5d36ek.dts 44 macb0: ethernet@f0028000 {
48 macb1: ethernet@f802c000 {
sama5d36ek_cmp.dts 43 macb0: ethernet@f0028000 {
47 macb1: ethernet@f802c000 {
armada-385-amc.dts 91 ethernet@34000 {
101 ethernet@70000 {
118 phy0: ethernet-phy@1 {
122 phy1: ethernet-phy@0 {
sama5d31ek.dts 40 macb1: ethernet@f802c000 {
sama5d33ek.dts 40 macb0: ethernet@f0028000 {
sama5d3xcm.dtsi 38 macb0: ethernet@f0028000 {
43 ethernet-phy@1 {
57 ethernet-phy@7 {
  /external/bcc/src/cc/frontends/p4/test/testprograms/
do_nothing.p4 14 header ethernet_t ethernet;
17 extract(ethernet);
27 ethernet.etherType : exact;
  /external/bcc/tests/python/
test_brb2.c 14 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
20 if (ethernet->type == 0x0800 || ethernet->type == 0x0806) {
test_stat1.c 19 ethernet: {
20 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
21 switch (ethernet->type) {
  /external/bcc/examples/networking/neighbor_sharing/
tc_neighbor_sharing.c 23 ethernet: {
24 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
25 switch (ethernet->type) {
48 ethernet: {
49 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
50 switch (ethernet->type) {
  /external/bcc/examples/networking/vlan_learning/
vlan_learning.c 25 ethernet: {
26 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
27 u64 src_mac = ethernet->src;
50 ethernet: {
51 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
  /external/bcc/examples/networking/vlan_filter/
data-plane-tracing.c 24 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
26 //filter IP packets (ethernet type = 0x0800) 0x0800 is IPv4 packet
27 switch(ethernet->type){
  /external/bcc/examples/networking/distributed_bridge/
tunnel.c 29 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
38 struct vni_key vk = {ethernet->src, *ifindex, 0};
58 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
60 struct vni_key vk = {ethernet->dst, skb->ifindex, 0};
  /bionic/libc/bionic/
ether_ntoa.c 31 #include <net/ethernet.h>
34 * Convert Ethernet address to standard hex-digits-and-colons printable form.
48 * Convert Ethernet address to standard hex-digits-and-colons printable form.
  /external/bcc/examples/networking/dns_matching/
dns_matching.c 60 // Check of ethernet/IP frame.
61 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
62 if(ethernet->type == ETH_P_IP) {
  /external/bcc/examples/networking/http_filter/
http-parse-simple.c 20 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
21 //filter IP packets (ethernet type = 0x0800)
22 if (!(ethernet->type == 0x0800)) {
http-parse-complete.c 40 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
41 //filter IP packets (ethernet type = 0x0800)
42 if (!(ethernet->type == 0x0800)) {
  /external/bcc/examples/networking/tunnel_monitor/
monitor.c 64 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
67 if (ethernet->dst & (1ull << 40))
70 switch (ethernet->type) {
113 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); local
114 switch (ethernet->type) {
  /external/autotest/client/common_lib/cros/
dbus_send_unittest.py 29 string "ethernet"
38 string "ethernet"
55 variant string "ethernet"
71 string "ethernet"
151 'AvailableTechnologies': ['ethernet'],
153 'ConnectedTechnologies': ['ethernet'],
157 'DefaultTechnology': 'ethernet',
160 'EnabledTechnologies': ['ethernet'],

Completed in 603 milliseconds

1 2 3 4 5 6 7 8 910