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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_input.c106 #include <netinet6/ah.h>
133 struct ah *ah; local
160 ah = (struct ah *)(void *)(((caddr_t)ip) + off);
166 IP6_EXTHDR_GET(ah, struct ah *, m, off, sizeof(struct newah));
167 if (ah == NULL) {
174 nxt = ah->ah_nxt;
182 spi = ah
627 struct ah *ah; local
1031 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 DMakefile19 ah.h ipsec.h pim6.h \
H A Dah_core.c97 #include <netinet6/ah.h>
1407 struct ah ah; local
1412 m_copydata(m, off, sizeof(ah), (caddr_t)&ah);
1414 ? sizeof(struct ah)
1417 totlen = (ah.ah_len + 2) << 2;
1450 hdrtype = ah.ah_nxt;
1567 ? sizeof(struct ah)
H A Din6_proto.c141 #include <netinet6/ah.h>
H A Desp_output.c99 #include <netinet6/ah.h>
H A Desp_core.c92 #include <netinet6/ah.h>
H A Din6_pcb.c132 #include <netinet6/ah.h>
H A Desp_input.c107 #include <netinet6/ah.h>
H A Dipsec.c113 #include <netinet6/ah.h>
1931 * and {ah,esp}4_input for tunnel mode
1990 * and {ah,esp}6_input for tunnel mode
/darwin-on-arm/xnu/osfmk/i386/
H A Dbzero.s70 movb %al,%ah
/darwin-on-arm/xnu/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.s220 xor %ah, %ah /* Security: zero second byte of stack canary */
241 xor %al, %ah
253 mov %ah, %cl
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c1412 static void swap_attrhdr(attr_header_t *ah, attr_info_t* info);
1419 static int check_and_swap_attrhdr(attr_header_t *ah, attr_info_t* ainfop);
3050 swap_attrhdr(attr_header_t *ah, attr_info_t* info) argument
3056 count = (ah->magic == ATTR_HDR_MAGIC) ? ah->num_attrs : SWAP16(ah->num_attrs);
3058 ah->magic = SWAP32 (ah->magic);
3059 ah->debug_tag = SWAP32 (ah
3084 check_and_swap_attrhdr(attr_header_t *ah, attr_info_t *ainfop) argument
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Din_proto.c97 #include <netinet6/ah.h>
/darwin-on-arm/xnu/libkern/zlib/intel/
H A DinffastS.s205 movzbl %ah, %ecx // op = (unsigned)(this.bits);
323 movzbl %ah, %ecx // op = (unsigned)(this.bits);
797 movzbl %ah, %ecx // op = this.bits
863 movzbl %ah, %ecx // cl = op = this.bits
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c119 #include <netinet6/ah.h>
7135 * XXX sysctl interface to ipsec_{ah,esp}_keymin
8778 * whenever {esp,ah}_{in,out}put is called.

Completed in 93 milliseconds