Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dah_input.c968 const struct newah *ahp; in ah6_ctlinput() local
1013 ahp = &ah; in ah6_ctlinput()
1015 ahp = (struct newah *)(void *)(mtod(m, caddr_t) + off); in ah6_ctlinput()
1031 sav = key_allocsa(&src, &dst, IPPROTO_AH, ahp->ah_spi, NULL); in ah6_ctlinput()