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

1 2 3 4 56 7 8 91011>>

  /external/libxml2/test/valid/
rss.xml 118 <!-- capital I, dieresis or umlaut mark --><!ENTITY ETH "&#208;">
119 <!-- capital Eth, Icelandic --><!ENTITY Ntilde "&#209;">
150 <!-- small i, dieresis or umlaut mark --><!ENTITY eth "&#240;">
151 <!-- small eth, Icelandic --><!ENTITY ntilde "&#241;">
  /external/linux-kselftest/tools/testing/selftests/net/
psock_tpacket.c 141 struct ethhdr *eth = pay; local
149 if (eth->h_proto != htons(ETH_P_IP)) {
151 "type: 0x%x!\n", ntohs(eth->h_proto));
159 struct ethhdr *eth = pay; local
160 struct iphdr *ip = pay + sizeof(*eth);
169 eth->h_proto = htons(ETH_P_IP);
172 ((uint8_t *) pay)[i + sizeof(*eth)] = (uint8_t) rand();
179 ip->tot_len = htons((uint16_t) *len - sizeof(*eth));
184 memset(pay + sizeof(*eth) + sizeof(*ip),
  /prebuilts/android-emulator/darwin-x86_64/lib/pc-bios/keymaps/
bepo 166 ## AltGr keycode 23 = eth
167 eth 0x17 altgr
168 ## Shift AltGr keycode 23 = ETH
169 ETH 0x17 shift altgr
de-ch 139 eth 0x20 altgr inhibit
  /prebuilts/android-emulator/linux-x86_64/lib/pc-bios/keymaps/
bepo 166 ## AltGr keycode 23 = eth
167 eth 0x17 altgr
168 ## Shift AltGr keycode 23 = ETH
169 ETH 0x17 shift altgr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
ethernet.h 41 u_int8_t ether_dhost[ETH_ALEN]; /* destination eth addr */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
ethernet.h 41 u_int8_t ether_dhost[ETH_ALEN]; /* destination eth addr */
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 81 ETH=208
113 eth=240
  /external/libmojo/third_party/markupsafe/
_constants.py 27 'ETH': 208,
120 'eth': 240,
  /external/libxml2/result/
isolat2 58 320 208 D0 ? LATIN CAPITAL LETTER ETH
90 360 240 F0 ? LATIN SMALL LETTER ETH
isolat2.rde 58 320 208 D0 Ð LATIN CAPITAL LETTER ETH
90 360 240 F0 ð LATIN SMALL LETTER ETH
isolat2.rdr 58 320 208 D0 Ð LATIN CAPITAL LETTER ETH
90 360 240 F0 ð LATIN SMALL LETTER ETH
  /external/libxml2/result/noent/
isolat2 58 320 208 D0 ? LATIN CAPITAL LETTER ETH
90 360 240 F0 ? LATIN SMALL LETTER ETH
  /external/libxml2/test/
isolat2 58 320 208 D0 ? LATIN CAPITAL LETTER ETH
90 360 240 F0 ? LATIN SMALL LETTER ETH
  /frameworks/base/services/core/java/com/android/server/
CommonTimeManagementService.java 82 new InterfaceScoreRule("eth", (byte)2),
86 new InterfaceScoreRule("eth", (byte)2),
289 // tags like wlan and eth.
  /development/ndk/platforms/android-21/include/linux/
if_arcnet.h 61 struct ethhdr eth; member in struct:arc_eth_encap
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Boot.S 47 // Usb/Eth/VRAM
CTA9x4Boot.asm 49 // Usb/Eth/VRAM
  /device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
VConfigStrings.uni 31 #string STR_VCONFIG_ETH_MAC #language en-US "eth%d MAC:%s\n"
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
xhtml-lat1.ent 101 <!ENTITY ETH "&#208;"> <!-- latin capital letter ETH, U+00D0 ISOlat1 -->
166 <!ENTITY eth "&#240;"> <!-- latin small letter eth, U+00F0 ISOlat1 -->
  /external/kernel-headers/original/uapi/linux/
if_arcnet.h 81 struct ethhdr eth; /* standard ethernet header (yuck!) */ member in struct:arc_eth_encap
  /external/libedit/src/
unvis.c 96 { "ETH", 208 }, /* capital Eth, Icelandic */
138 { "eth", 240 }, /* small eth, Icelandic */
  /external/libnl/src/
nl-pktloc-lookup.c 48 [TCF_LAYER_LINK] = "eth",
  /external/libpcap/msdos/
pktdrvr.h 131 extern BOOL PktTransmit (const void *eth, int len);
  /external/libxml2/test/valid/dtds/
xhtml-lat1.ent 101 <!ENTITY ETH "&#208;"> <!-- latin capital letter ETH, U+00D0 ISOlat1 -->
166 <!ENTITY eth "&#240;"> <!-- latin small letter eth, U+00F0 ISOlat1 -->

Completed in 395 milliseconds

1 2 3 4 56 7 8 91011>>