Lines Matching refs:caddr_t
152 ah = (struct ah *)(void *)(((caddr_t)ip) + off); in ah4_input()
255 ah = (struct ah *)(void *)(((caddr_t)ip) + off); in ah4_input()
300 if (ah4_calccksum(m, (caddr_t)cksum, siz1, algo, sav)) { in ah4_input()
313 caddr_t sumpos = NULL; in ah4_input()
317 sumpos = (caddr_t)(ah + 1); in ah4_input()
320 sumpos = (caddr_t)(((struct newah *)ah) + 1); in ah4_input()
412 (caddr_t)&ip->ip_src, (caddr_t)&ip->ip_dst)) { in ah4_input()
497 ovbcopy((caddr_t)ip, (caddr_t)(((u_char *)ip) + stripsiz), off); in ah4_input()
608 ah = (struct ah *)(void *)(mtod(m, caddr_t) + off); in ah6_input()
692 ah = (struct ah *)(void *)(mtod(m, caddr_t) + off); in ah6_input()
723 if (ah6_calccksum(m, (caddr_t)cksum, siz1, algo, sav)) { in ah6_input()
731 caddr_t sumpos = NULL; in ah6_input()
735 sumpos = (caddr_t)(ah + 1); in ah6_input()
738 sumpos = (caddr_t)(((struct newah *)ah) + 1); in ah6_input()
823 (caddr_t)&ip6->ip6_src, (caddr_t)&ip6->ip6_dst)) { in ah6_input()
902 ovbcopy((caddr_t)ip6, ((caddr_t)ip6) + stripsiz, off); in ah6_input()
1012 m_copydata(m, off, sizeof(ah), (caddr_t)&ah); in ah6_ctlinput()
1015 ahp = (struct newah *)(void *)(mtod(m, caddr_t) + off); in ah6_ctlinput()