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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dah.h86 extern int ah4_output(struct mbuf *, struct secasvar *);
H A Dah_output.c187 ah4_output(m, sav) function
206 ipseclog((LOG_DEBUG, "ah4_output: internal error: "
218 ipseclog((LOG_ERR, "ah4_output: unsupported algorithm: "
250 panic("ah4_output: assumption failed (first mbuf length)");
255 ipseclog((LOG_DEBUG, "ENOBUFS in ah4_output %d\n",
351 "error after ah4_calccksum, called from ah4_output"));
H A Dipsec.c3227 if ((error = ah4_output(state->m, sav)) != 0) {
3670 if ((error = ah4_output(state->m, sav)) != 0) {

Completed in 80 milliseconds