Home
last modified time | relevance | path

Searched refs:ah6_calccksum (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/netinet6/
H A Dah6.h47 extern int ah6_calccksum(struct mbuf *, caddr_t, size_t,
H A Dah_output.c536 error = ah6_calccksum(m, (caddr_t)ahsumpos, plen, algo, sav); in ah6_output()
H A Dah_input.c716 if (ah6_calccksum(m, (caddr_t)cksum, siz1, algo, sav)) { in ah6_input()
H A Dah_core.c1481 ah6_calccksum(struct mbuf *m, caddr_t ahdat, size_t len, in ah6_calccksum() function