/external/bcc/examples/networking/neighbor_sharing/ |
D | tc_neighbor_sharing.c | 24 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in classify_wan() local 49 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in classify_neighbor() local
|
/external/bcc/examples/networking/vlan_learning/ |
D | vlan_learning.c | 26 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in handle_phys2virt() local 53 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in handle_virt2phys() local
|
/external/arm-trusted-firmware/fdts/ |
D | corstone700_fvp.dts | 27 ethernet: eth@4010000 { label
|
D | corstone700_fpga.dts | 14 ethernet: eth@40100000 { label
|
/external/bcc/examples/networking/distributed_bridge/ |
D | tunnel.c | 29 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in handle_ingress() local 60 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in handle_egress() local
|
/external/bcc/tests/python/ |
D | test_brb2.c | 14 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in pem() local
|
D | test_stat1.c | 20 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in on_packet() local
|
D | test_xlate1.c | 24 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in on_packet() local
|
D | test_clang_complex.c | 71 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in handle_packet() local
|
D | test_brb.c | 120 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in br_common() local
|
/external/bcc/examples/networking/tunnel_monitor/ |
D | monitor.c | 64 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in handle_outer() local 113 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in handle_inner() local
|
/external/bcc/examples/networking/vlan_filter/ |
D | data-plane-tracing.c | 24 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in vlan_filter() local
|
/external/bcc/examples/networking/http_filter/ |
D | http-parse-simple.c | 20 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in http_filter() local
|
D | http-parse-complete.c | 40 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in http_filter() local
|
/external/bcc/examples/networking/dns_matching/ |
D | dns_matching.c | 61 struct ethernet_t *ethernet = cursor_advance(cursor, sizeof(*ethernet)); in dns_matching() local
|
/external/webrtc/rtc_base/ |
D | network_unittest.cc | 829 Network ethernet("eth0", "Ethernet", IPAddress(0x12345600U), 24, in TEST_F() local
|