Searched refs:ah6_output (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | ah6.h | 45 extern int ah6_output(struct mbuf *, u_char *, struct mbuf *,
|
| H A D | ah_output.c | 401 ah6_output(struct mbuf *m, u_char *nexthdrp, struct mbuf *md, in ah6_output() function
|
| H A D | ipsec.c | 2637 error = ah6_output(state->m, &ip6->ip6_nxt, state->m->m_next, sav); in ipsec6_update_routecache_and_output() 3563 error = ah6_output(state->m, nexthdrp, mprev->m_next, sav); in ipsec6_output_trans_internal() 3981 error = ah6_output(state->m, &ip6->ip6_nxt, state->m->m_next, sav); in ipsec6_output_tunnel_internal()
|