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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dah6.h45 extern int ah6_output(struct mbuf *, u_char *, struct mbuf *,
H A Dah_output.c401 ah6_output(m, nexthdrp, md, sav) function
418 ipseclog((LOG_DEBUG, "ah6_output: first mbuf too short\n"));
430 ipseclog((LOG_DEBUG, "ah6_output: md is not in chain\n"));
464 ipseclog((LOG_DEBUG, "ah6_output: internal error: "
474 ipseclog((LOG_ERR, "ah6_output: unsupported algorithm: "
H A Dipsec.c3406 error = ah6_output(state->m, nexthdrp, mprev->m_next, sav);
3801 error = ah6_output(state->m, &ip6->ip6_nxt, state->m->m_next, sav);

Completed in 24 milliseconds