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

1 2 3 4 5 6 7 8 91011>>

  /bionic/tests/
dl_test.cpp 88 ExecTestHelper eth; local
91 eth.SetArgs( { kPathToLinker, nullptr });
92 eth.Run([&]() { execve(kPathToLinker, eth.GetArgs(), eth.GetEnv()); }, 0, expected_output.c_str());
101 ExecTestHelper eth; local
102 eth.SetArgs({ helper.c_str(), nullptr });
103 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr)
112 ExecTestHelper eth; local
124 ExecTestHelper eth; local
136 ExecTestHelper eth; local
163 ExecTestHelper eth; local
207 ExecTestHelper eth; local
230 ExecTestHelper eth; local
259 ExecTestHelper eth; local
    [all...]
unistd_test.cpp 1213 ExecTestHelper eth; local
1223 ExecTestHelper eth; local
1240 ExecTestHelper eth; local
1246 ExecTestHelper eth; local
1253 ExecTestHelper eth; local
1260 ExecTestHelper eth; local
1267 ExecTestHelper eth; local
1280 ExecTestHelper eth; local
1286 ExecTestHelper eth; local
1294 ExecTestHelper eth; local
1301 ExecTestHelper eth; local
1312 ExecTestHelper eth; local
1330 ExecTestHelper eth; local
1360 ExecTestHelper eth; local
    [all...]
cfi_test.cpp 140 ExecTestHelper eth; local
141 eth.SetArgs({ helper.c_str(), nullptr });
142 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr);
152 ExecTestHelper eth; local
153 eth.SetArgs({ helper.c_str(), nullptr });
154 eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr)
    [all...]
  /external/autotest/client/tests/pktgen/
pktgen.py 8 def execute(self, eth='eth0', count=50000, clone_skb=1,
17 logging.info('Adding %s (iteration %d)' % (eth, i))
21 self.pgset('add_device ' + eth)
25 logging.info('Configuring %s (iteration %d)' % (eth, i))
27 self.ethdev='/proc/net/pktgen/' + eth
42 output = os.path.join(self.resultsdir, eth)
43 logging.info('Completed %s (iteration %d)' % (eth, i))
control 31 job.run_test('pktgen', eth=interface, count=count, clone_skb=0,
33 job.run_test('pktgen', eth=interface, count=count, clone_skb=1,
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_pcap.c 31 eth_t *eth; member in struct:l2_packet_data
55 l2->eth = eth_open(l2->ifname);
56 if (!l2->eth) {
63 if (eth_get(l2->eth, &own_addr) < 0) {
67 eth_close(l2->eth);
68 l2->eth = NULL;
82 struct l2_ethhdr *eth; local
91 ret = eth_send(l2->eth, buf, len);
94 size_t mlen = sizeof(*eth) + len;
95 eth = os_malloc(mlen)
    [all...]
l2_packet_freebsd.c 60 struct l2_ethhdr *eth = os_malloc(sizeof(*eth) + len); local
61 if (eth == NULL)
63 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
64 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
65 eth->h_proto = htons(proto);
66 os_memcpy(eth + 1, buf, len);
67 ret = pcap_inject(l2->pcap, (u8 *) eth, len + sizeof(*eth));
68 os_free(eth);
    [all...]
l2_packet_winpcap.c 76 struct l2_ethhdr *eth; local
84 size_t mlen = sizeof(*eth) + len;
85 eth = os_malloc(mlen);
86 if (eth == NULL)
89 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
90 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
91 eth->h_proto = htons(proto);
92 os_memcpy(eth + 1, buf, len);
93 ret = pcap_sendpacket(l2->pcap, (u8 *) eth, mlen);
94 os_free(eth);
    [all...]
  /external/tcpdump/win32/src/
ether_ntohost.c 113 unsigned eth [sizeof(*e)]; local
128 if (sscanf(str, fmt, &eth[0], &eth[1], &eth[2], &eth[3], &eth[4], &eth[5]) != ETHER_ADDR_LEN)
140 e->octet[i] = eth[i];
169 ether_address eth; local
171 if (!parse_ether_buf(buf,&name,&eth))
    [all...]
  /external/iproute2/man/man8/
tipc-bearer.8 21 .RB "{ { " eth " | " ib " } " device
41 .RB "{ { " eth " | " ib " } " device
62 .RB "{ { " eth " | " ib " } " device
77 .RB "{ { " eth " | " ib " } " device
110 .BR "ib " "and " eth
121 .B eth
139 .B eth
  /prebuilts/android-emulator/darwin-x86_64/lib/pc-bios/keymaps/
is 74 eth 0x1a
75 ETH 0x1a shift
86 #eth 0x20 altgr
87 #eth 0x20
88 #ETH 0x20 shift altgr
89 #ETH 0x20 shift
es 62 eth 0x20 altgr
63 ETH 0x20 shift altgr
  /prebuilts/android-emulator/linux-x86_64/lib/pc-bios/keymaps/
is 74 eth 0x1a
75 ETH 0x1a shift
86 #eth 0x20 altgr
87 #eth 0x20
88 #ETH 0x20 shift altgr
89 #ETH 0x20 shift
es 62 eth 0x20 altgr
63 ETH 0x20 shift altgr
  /external/kernel-headers/original/uapi/linux/
hdlc.h 17 #define HDLC_MAX_MRU (HDLC_MAX_MTU + 10 + 14 + 4) /* for ETH+VLAN over FR */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hdlc.h 17 #define HDLC_MAX_MRU (HDLC_MAX_MTU + 10 + 14 + 4) /* for ETH+VLAN over FR */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hdlc.h 17 #define HDLC_MAX_MRU (HDLC_MAX_MTU + 10 + 14 + 4) /* for ETH+VLAN over FR */
  /external/autotest/server/site_tests/network_StressServoEthernetPlug/
network_StressServoEthernetPlug.py 43 logging.info('Servo eth: %s', self.servo_iface)
44 logging.info('Host eth: %s', self.host_iface)
63 'eth<x>':
76 iface_start = re.search('^(eth\S+)\s+Link encap:Ethernet\s+HWaddr'
95 error_message = ('Expected eth status %s but instead got %s' %
  /external/libnl/include/netlink/
netlink-compat.h 29 /* patch 2.4.x eth header file */
  /external/fonttools/Lib/fontTools/encodings/
MacRoman.py 2 'NUL', 'Eth', 'eth', 'Lslash', 'lslash', 'Scaron', 'scaron', 'Yacute',
  /bionic/libc/kernel/uapi/linux/
if_arcnet.h 53 struct ethhdr eth; member in struct:arc_eth_encap
  /development/ndk/platforms/android-9/include/linux/
if_arcnet.h 57 struct ethhdr eth; member in struct:arc_eth_encap
  /external/libxml2/result/
isolat2.sax 28 SAX.characters(LETTER ETH
isolat2.sax2 28 SAX.characters(LETTER ETH
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_IfaceManager.cpp 300 IPACMDBG_H("Creating ETH interface in router mode\n");
301 IPACM_Lan *ETH = new IPACM_Lan(ipa_interface_index);
302 IPACM_EvtDispatcher::registr(IPA_ADDR_ADD_EVENT, ETH);
303 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_ADD_EVENT, ETH);
304 IPACM_EvtDispatcher::registr(IPA_SW_ROUTING_ENABLE, ETH);
305 IPACM_EvtDispatcher::registr(IPA_SW_ROUTING_DISABLE, ETH);
306 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_UP, ETH);
307 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_UP_V6, ETH);
308 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_DOWN, ETH);
309 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_DOWN_V6, ETH);
    [all...]

Completed in 1527 milliseconds

1 2 3 4 5 6 7 8 91011>>