HomeSort by relevance Sort by last modified time
    Searched defs:ah (Results 1 - 25 of 38) sorted by null

1 2

  /external/tcpdump/
print-ah.c 1 /* $NetBSD: print-ah.c,v 1.4 1996/05/20 00:41:16 fvdl Exp $ */
26 "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.22 2003/11/19 00:36:06 guy Exp $ (LBL)";
37 #include "ah.h"
46 register const struct ah *ah; local
51 ah = (const struct ah *)bp;
54 TCHECK(*ah);
56 sumlen = ah->ah_len << 2;
57 spi = EXTRACT_32BITS(&ah->ah_spi)
    [all...]
ah.h 1 /* $NetBSD: ah.h,v 1.12 2000/07/23 05:23:04 itojun Exp $ */
2 /* $KAME: ah.h,v 1.12 2000/07/20 17:41:01 itojun Exp $ */
40 struct ah { struct
print-aodv.c 59 const struct aodv_hello *ah; local
73 ah = (void *)ep;
75 (unsigned long)EXTRACT_32BITS(&ah->interval));
print-icmp6.c 47 #include "ah.h"
529 struct ah *ah; local
579 ah = (struct ah *)bp;
580 if (!TTEST(ah->ah_len))
582 nh = ah->ah_nxt;
583 hlen = (ah->ah_len + 2) << 2;
    [all...]
  /external/iptables/extensions/
libip6t_ah.c 14 "ah match options:\n"
79 const struct ip6t_ah *ah = (struct ip6t_ah *)match->data; local
81 printf(" ah ");
82 print_spis("spi", ah->spis[0], ah->spis[1],
83 ah->invflags & IP6T_AH_INV_SPI);
84 print_len("length", ah->hdrlen,
85 ah->invflags & IP6T_AH_INV_LEN);
87 if (ah->hdrres)
90 if (ah->invflags & ~IP6T_AH_INV_MASK
    [all...]
libipt_ah.c 12 "ah match options:\n"
58 const struct ipt_ah *ah = (struct ipt_ah *)match->data; local
60 printf(" ah ");
61 print_spis("spi", ah->spis[0], ah->spis[1],
62 ah->invflags & IPT_AH_INV_SPI);
63 if (ah->invflags & ~IPT_AH_INV_MASK)
65 ah->invflags & ~IPT_AH_INV_MASK);
89 .name = "ah",
  /external/proguard/src/proguard/gui/splash/
RectangleSprite.java 103 int ah = arcHeight.getInt(time); local
107 graphics.fillRoundRect(xt, yt, w, h, aw, ah);
111 graphics.drawRoundRect(xt, yt, w, h, aw, ah);
  /frameworks/native/libs/ui/
PixelFormat.cpp 30 uint8_t ah; member in struct:android::Info::__anon17305
130 info->h_alpha = i->ah;
  /external/freetype/src/truetype/
ttdriver.c 146 FT_UShort ah; local
149 TT_Get_VMetrics( face, start + nn, &tsb, &ah );
150 advances[nn] = ah;
  /external/zlib/contrib/inflate86/
inffas86.c 193 " movb %%ah, %%cl\n" /* cl = this.bits */
194 " subb %%ah, %%bl\n" /* bits -= this.bits */
209 " movb %%ah, %%cl\n" /* cl = this.bits */
210 " subb %%ah, %%bl\n" /* bits -= this.bits */
259 " movb %%ah, %%cl\n"
260 " subb %%ah, %%bl\n" /* bits -= this.bits */
316 " movb %%al, %%ah\n"
509 " movb %%ah, %%cl\n" /* cl = this.bits */
510 " subb %%ah, %%bl\n" /* bits -= this.bits */
573 " movb %%ah, %%cl\n
970 mov ah, al local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttributeTest.java 87 int ah = a.hashCode(); local
89 assertFalse(ah == new Object().hashCode());
92 assertFalse(ah == new SimpleAttribute(SdkConstants.NS_RESOURCES,
96 assertFalse(ah == new SimpleAttribute(SdkConstants.NS_RESOURCES,
100 assertFalse(ah == new SimpleAttribute("uri", "name", "value = with space ").hashCode());
102 assertFalse(ah == new SimpleAttribute("uri", "wrong name", "value").hashCode());
104 assertEquals(ah, new SimpleAttribute(SdkConstants.NS_RESOURCES,
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 82 ApiHelper ah = ApiHelper.get(); local
83 ah.View_setSystemUiVisibility(mImageView, View.SYSTEM_UI_FLAG_LOW_PROFILE);
  /external/openssl/crypto/sha/
sha512.c 324 asm("xchgb %%ah,%%al;xchgb %%dh,%%dl;"\
326 "xchgb %%ah,%%al;xchgb %%dh,%%dl;" \
355 _asm xchg ah,al local
359 _asm xchg ah,al local
  /external/qemu-pc-bios/vgabios/
vbe.c 281 ; AL = bits per pixel / AH = bytes per pixel
289 mov ah, al variable
290 shr ah, 3 variable
293 inc ah
478 mov ah, bl variable
537 mov ah, al variable
552 mov ah, al variable
561 test ah, #0x01 variable
565 test ah, #0x02 variable
693 xor ah, a variable
    [all...]
  /external/quake/quake/src/WinQuake/
dosisms.h 69 unsigned char al, ah, eax_b2, eax_b3; member in struct:__anon11828::__anon11831
  /external/skia/src/core/
Sk64.cpp 181 uint32_t ah = a >> 16; local
186 uint32_t A = ah * bh;
187 uint32_t B = ah * bl + al * bh;
SkMath.cpp 89 uint32_t ah = a >> 16; local
94 uint32_t A = ah * bh;
95 uint32_t B = ah * bl + al * bh;
144 uint32_t ah = a >> 16; local
149 uint32_t R = ah * b + al * bh + (al * bl >> 16);
169 uint32_t ah = a >> 16; local
174 uint32_t A = ah * bh;
175 uint32_t B = ah * bl + al * bh;
200 uint32_t ah = a >> 16; local
202 uint32_t R = ah * b + ((al * b + bias) >> 16)
    [all...]
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_format.h 115 uint8_t ah; // alpha high bit position + 1 member in struct:__anon9684::__anon9686::__anon9687
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 103 unsigned char al, ah, bl, bh, cl, ch, dl, dh; member in struct:_RMBYTEREGS
  /external/skia/include/core/
SkFixed.h 121 uint32_t ah = a >> 16; local
123 SkFixed result = ah * a + al * ah + (al * al >> 16);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view_single.c 293 Evas_Coord mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh; local
320 ah = mh;
326 sr->dx, sr->dy, mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh);
332 ewk_view_repaint_add(sd->_priv, ax, ay, aw, ah);
  /system/core/include/pixelflinger/
format.h 109 uint8_t ah; // alpha high bit position + 1 member in struct:__anon36421::__anon36423::__anon36424
  /external/dnsmasq/src/
cache.c 872 struct hostsfile *ah; local
909 for (i = 0, ah = daemon->addn_hosts; ah; ah = ah->next)
911 if (i <= ah->index)
912 i = ah->index + 1;
914 if (ah->flags & AH_DIR)
915 ah->flags |= AH_INACTIVE;
917 ah->flags &= ~AH_INACTIVE
1215 struct hostsfile *ah; local
    [all...]
  /external/iproute2/misc/
arpd.c 185 struct arphdr *ah = (struct arphdr*)buf; local
186 unsigned char *p = (unsigned char *)(ah+1);
209 ah->ar_hrd = htons(ifr.ifr_hwaddr.sa_family);
210 ah->ar_pro = htons(ETH_P_IP);
211 ah->ar_hln = 6;
212 ah->ar_pln = 4;
213 ah->ar_op = htons(ARPOP_REQUEST);
215 memcpy(p, ifr.ifr_hwaddr.sa_data, ah->ar_hln);
216 p += ah->ar_hln;
225 memcpy(p, &sll.sll_addr, ah->ar_hln)
    [all...]
  /external/qemu/slirp/
slirp.c 600 struct arphdr *ah = (struct arphdr *)(pkt + ETH_HLEN); local
607 ar_op = ntohs(ah->ar_op);
610 if (!memcmp(ah->ar_tip, &special_addr, 3)) {
611 if (ah->ar_tip[3] == CTL_DNS || ah->ar_tip[3] == CTL_ALIAS)
614 if (ex_ptr->ex_addr == ah->ar_tip[3])
625 reh->h_source[5] = ah->ar_tip[3];
634 memcpy(rah->ar_sip, ah->ar_tip, 4);
635 memcpy(rah->ar_tha, ah->ar_sha, ETH_ALEN);
636 memcpy(rah->ar_tip, ah->ar_sip, 4)
    [all...]

Completed in 684 milliseconds

1 2