Searched refs:ah4_output (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dah.h86 extern int ah4_output(struct mbuf *, struct secasvar *);
H A Dah_output.c159 ah4_output(m, sav) function
178 ipseclog((LOG_DEBUG, "ah4_output: internal error: "
190 ipseclog((LOG_ERR, "ah4_output: unsupported algorithm: "
222 panic("ah4_output: assumption failed (first mbuf length)");
227 ipseclog((LOG_DEBUG, "ENOBUFS in ah4_output %d\n",
323 "error after ah4_calccksum, called from ah4_output"));
H A Dipsec.c2981 if ((error = ah4_output(state->m, sav)) != 0) {
3409 if ((error = ah4_output(state->m, sav)) != 0) {

Completed in 34 milliseconds