Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dxform_ah.c540 int hl, rplen, authsize, ahsize, error; in ah_input() local
580 ahsize = ah_hdrsiz(sav); in ah_input()
581 if (hl != ahsize) { in ah_input()
584 (u_long)ahsize, in ah_input()
591 if (skip + ahsize > m->m_pkthdr.len) { in ah_input()
742 ahsize = ah_hdrsiz(sav); in ah_input_cb()
791 error = m_striphdr(m, skip, ahsize); in ah_input_cb()
858 ahsize = ah_hdrsiz(sav); in ah_output()
910 "%s/%08lx\n", __func__, ahsize, in ah_output()
1001 iplen = htons(ntohs(iplen) + ahsize); in ah_output()
[all …]