Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/ !
H A Dah.h89 extern int ah4_calccksum(struct mbuf *, caddr_t, size_t,
H A Dah_output.c349 error = ah4_calccksum(m, (caddr_t)ahsumpos, plen, algo, sav); in ah4_output()
H A Dah_input.c297 if (ah4_calccksum(m, (caddr_t)cksum, siz1, algo, sav)) { in ah4_input()
H A Dah_core.c1230 ah4_calccksum(struct mbuf *m, caddr_t ahdat, size_t len, in ah4_calccksum() function