Home
last modified time | relevance | path

Searched refs:tap (Results 1 – 13 of 13) sorted by relevance

/external/libpcap/
Dpcap-enet.c39 struct tap_header tap; member
80 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap in readloop()
83 ph->tap.th_wirelen, caplen)) { in readloop()
87 (struct timeval *)ph->tap.th_timestamp, in readloop()
88 ph->tap.th_wirelen, caplen); in readloop()
/external/webkit/WebCore/platform/graphics/
DColor.h134 static const RGBA32 tap = 0x4D1A1A1A; variable
/external/dropbear/libtomcrypt/notes/
Dtech0001.txt53 …t gather alot of entropy and has to be used to for quite a while. One way to speed it up is to tap
/external/webkit/WebCore/css/
DCSSPropertyNames.in227 -webkit-tap-highlight-color
/external/qemu/
Dqemu-options.hx744 "-net tap[,vlan=n][,name=str],ifname=name\n"
747 "-net tap[,vlan=n][,name=str][,fd=h][,ifname=name][,script=file][,downscript=dfile]\n"
792 @item -net tap[,vlan=@var{n}][,name=@var{name}][,fd=@var{h}][,ifname=@var{name}][,script=@var{file}…
803 qemu linux.img -net nic -net tap
808 qemu linux.img -net nic,vlan=0 -net tap,vlan=0,ifname=tap0 \
809 -net nic,vlan=1 -net tap,vlan=1,ifname=tap1
DMakefile.android555 VL_SOURCES += tap-win32.c
Dqemu-monitor.hx525 "tap|user|socket|vde|dump [options]", "add host VLAN client" },
/external/webkit/WebCore/rendering/style/
DRenderStyle.h1196 static Color initialTapHighlightColor() { return Color::tap; } in initialTapHighlightColor()
/external/webkit/WebKit/mac/Carbon/
DHIWebView.mm650 // properly. We install it once per window. We also tap into window close to release
/external/bluetooth/glib/po/
Daz.po857 msgstr "%c üçün uyğunluq alıntısı tapılmadan mətn qurtardı. (Mətn '%s')"
/external/srec/config/en.us/dictionary/
Dlarge.ok28750 tap tap
28751 tapanes tap@n@s
28752 tapawingo tap{iNg]
/external/dropbear/libtomcrypt/
Dcrypt.tex171 …ample, consider a hardware platform with a specialized RNG device. Obviously one would like to tap
2672 entropy. Ideally you'd have some OS level source to tap like in UNIX. To add entropy to the PRNG …
/external/webkit/WebCore/
DChangeLog-2007-10-1438786 virtual callbacks. Then we can tap into those callbacks in HTMLInputElement.