Searched refs:ah (Results 1 - 25 of 86) sorted by relevance

1234

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-ah.c1 /* $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
[all...]
H A Dah.h1 /* $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
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dah_input.c106 #include <netinet6/ah.h>
131 struct ah *ah; local
158 ah = (struct ah *)(void *)(((caddr_t)ip) + off);
164 IP6_EXTHDR_GET(ah, struct ah *, m, off, sizeof(struct newah));
165 if (ah == NULL) {
172 nxt = ah->ah_nxt;
180 spi = ah
628 struct ah *ah; local
1035 struct newah ah; local
[all...]
H A Dah.h1 /* $FreeBSD: src/sys/netinet6/ah.h,v 1.3.2.2 2001/07/03 11:01:49 ume Exp $ */
2 /* $KAME: ah.h,v 1.13 2000/10/18 21:28:00 itojun Exp $ */
41 struct ah { struct
H A Dah_output.c99 #include <netinet6/ah.h>
159 hdrsiz += sizeof(struct ah);
172 * sizeof(struct newah) > sizeof(struct ah).
197 size_t ahlen = 0; /*plen + sizeof(ah)*/
232 ahlen = plen + sizeof(struct ah);
278 struct ah *ahdr;
280 ahdr = (struct ah *)(void *)ahdrpos;
386 ahlen = plen + sizeof(struct ah);
486 struct ah *ahdr = mtod(mah, struct ah *);
[all...]
H A DMakefile11 ah.h ipsec.h pim6.h \
/macosx-10.9.5/procmail-14/procmail/src/
H A Dfields.c20 struct field*findf(p,ah)const struct field*const p;register struct field**ah;
22 uhead=ah==&uheader||ah==&Uheader;
23 for(i=p->id_len,chp=(char*)p->fld_text,h= *ah;h;h= *(ah= &h->fld_next))
26 *ah=0,(*(ah=addfield(ah,chp,i)))->fld_next=h,(h= *ah)
[all...]
H A Dfields.h4 *findf P((const struct field*const p,struct field**ah)),
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DTransform.cpp36 static CFStringRef AttributeHandleFormat(CFTypeRef ah, CFDictionaryRef dict) { argument
37 transform_attribute *ta = ah2ta(ah);
41 static CFStringRef AttributeHandleDebugFormat(CFTypeRef ah) { argument
42 transform_attribute *ta = ah2ta(ah);
46 static void AttributeHandleFinalize(CFTypeRef ah) argument
48 transform_attribute *ta = ah2ta(ah);
58 syslog(LOG_ERR, "over release of SecTransformAttributeRef at %p\n", ah);
106 SecTransformAttributeRef ah = _CFRuntimeCreateInstance(NULL, transform_attribute::cftype, sizeof(struct transform_attribute*), NULL); local
107 if (!ah) {
110 *(struct transform_attribute **)(1 + (CFRuntimeBase*)ah)
119 destroy_ah_search_key(void *ah) argument
175 SecTransformAttributeRef ah = static_cast<SecTransformAttributeRef>(const_cast<void*>(CFSetGetValue(mAttributes, search_for))); local
241 SecTransformAttributeRef ah = getAH(attrib, create_ok); local
420 SecTransformAttributeRef ah = handles[i]; local
511 SecTransformAttributeRef ah = getAH(key, true); local
561 SecTransformAttributeRef ah = getAH(key, true); local
821 SecTransformAttributeRef ah = getAH(key, true); local
891 SecTransformAttributeRef ah = static_cast<SecTransformAttributeRef>(const_cast<void *>(CFArrayGetValueAtIndex(ta->connections, i))); local
933 SecTransformAttributeRef ah = getAH(key, false); local
955 SecTransformAttributeRef ah; local
1047 Pushback(SecTransformAttributeRef ah, CFTypeRef value) argument
1090 SecTransformAttributeRef ah = CFArrayGetValueAtIndex(pb, i); local
1179 Do(SecTransformAttributeRef ah, CFTypeRef value) argument
1231 AttributeChanged(SecTransformAttributeRef ah, CFTypeRef value) argument
1652 SecTransformAttributeRef ah = getAH(keys[i]); local
[all...]
H A DEncryptTransform.h66 virtual void AttributeChanged(SecTransformAttributeRef ah, CFTypeRef value);
H A DTransform.h174 virtual void AttributeChanged(SecTransformAttributeRef ah, CFTypeRef value);
214 CFErrorRef Pushback(SecTransformAttributeRef ah, CFTypeRef value);
236 inline struct transform_attribute *ah2ta(SecTransformAttributeRef ah) { argument
238 return *(struct transform_attribute **)(1 + (CFRuntimeBase*)ah);
H A DSecCustomTransform.cpp301 ^(SecTransformAttributeRef ah, CFTypeRef value) { return value; };
304 ^(SecTransformAttributeRef ah, CFTypeRef value)
502 virtual void AttributeChanged(SecTransformAttributeRef ah, CFTypeRef value);
725 void CustomTransform::AttributeChanged(SecTransformAttributeRef ah, CFTypeRef value) argument
727 transform_attribute *ta = ah2ta(ah);
736 CFTypeRef vr = attribute_validate(ah, value);
752 if ((!attribute_set_notification) && ah == input_ah)
773 else if (vtype == CFErrorGetTypeID() && !ah2ta(ah)->direct_error_handling)
779 CFTypeRef new_value = attribute_set_notification(ah, value);
782 SendAttribute(ah, new_valu
[all...]
H A DSecSignVerifyTransform.c381 ^(SecTransformAttributeRef ah, CFTypeRef value)
388 ^(SecTransformAttributeRef ah, CFTypeRef value)
412 ^(SecTransformAttributeRef ah, CFTypeRef value)
419 ^(SecTransformAttributeRef ah, CFTypeRef value)
500 ^(SecTransformAttributeRef ah, CFTypeRef value)
516 ^(SecTransformAttributeRef ah, CFTypeRef value)
581 ^(SecTransformAttributeRef ah, CFTypeRef value)
650 ^(SecTransformAttributeRef ah, CFTypeRef value)
663 ^(SecTransformAttributeRef ah, CFTypeRef value)
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dbzero.s68 movb %al,%ah /* fill out pattern */
H A Dmachine_routines_asm.s213 xor %al, %ah
225 mov %ah, %cl
H A Dstart.s219 xor %ah, %ah /* Security: zero second byte of stack canary */
240 xor %al, %ah
252 mov %ah, %cl
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/setkey/
H A Dscriptdump.pl22 } elsif (/^\t(esp|ah) mode=(\S+) spi=(\d+).*reqid=(\d+)/) {
43 } elsif ($proto eq 'ah') {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_dbg_win32_handles.h178 #define WaitForMultipleObjects(d1,ah,b,d2) \
180 (HANDLE)(WaitForMultipleObjects)(d1,ah,b,d2), \
181 __FILE__,__LINE__,1,ah,"Signaled"))
183 #define WaitForMultipleObjectsEx(d1,ah,b1,d2,b2) \
185 (HANDLE)(WaitForMultipleObjectsEx)(d1,ah,b1,d2,b2), \
186 __FILE__,__LINE__,1,ah,"Signaled"))
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_dbg_win32_handles.h178 #define WaitForMultipleObjects(d1,ah,b,d2) \
180 (HANDLE)(WaitForMultipleObjects)(d1,ah,b,d2), \
181 __FILE__,__LINE__,1,ah,"Signaled"))
183 #define WaitForMultipleObjectsEx(d1,ah,b1,d2,b2) \
185 (HANDLE)(WaitForMultipleObjectsEx)(d1,ah,b1,d2,b2), \
186 __FILE__,__LINE__,1,ah,"Signaled"))
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c1479 static void swap_attrhdr(attr_header_t *ah, attr_info_t* info);
1486 static int check_and_swap_attrhdr(attr_header_t *ah, attr_info_t* ainfop);
3081 swap_attrhdr(attr_header_t *ah, attr_info_t* info) argument
3087 count = (ah->magic == ATTR_HDR_MAGIC) ? ah->num_attrs : SWAP16(ah->num_attrs);
3089 ah->magic = SWAP32 (ah->magic);
3090 ah->debug_tag = SWAP32 (ah
3115 check_and_swap_attrhdr(attr_header_t *ah, attr_info_t *ainfop) argument
[all...]
/macosx-10.9.5/groff-38/groff/font/devdvi/
H A DTBI235 ah 619819,662642,0,86728 2 0024
H A DTI236 ah 535936,659002,0,86982 2 0024
/macosx-10.9.5/zlib-53/zlib/contrib/inflate86/
H A Dinffas86.c193 " 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,
970 mov ah, al local
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/masmx64/
H A Dinffasx64.asm103 mov cl, ah ; /* cl = this.bits */
104 sub bl, ah ; /* bits -= this.bits */
119 mov cl, ah ; /* cl = this.bits */
120 sub bl, ah ; /* bits -= this.bits */
169 mov cl, ah
170 sub bl, ah ; /* bits -= this.bits */
226 mov ah, al
/macosx-10.9.5/vim-53/src/
H A Dos_msdos.c330 regs.h.ah = 0x0f;
505 regs.h.ah = 0x01; /* Set Cursor */
511 regs.h.ah = 0x03; /* Get Cursor */
530 regs.h.ah = 0x01; /* Set Cursor */
637 regs.h.ah = 0x06;
683 regs.h.ah = 0x0b;
1311 regs.h.ah = 0x08;
1314 orig_attr = regs.h.ah;
1363 regs.h.ah = 0x05;
1372 regs.h.ah
[all...]

Completed in 415 milliseconds

1234