HomeSort by: relevance | last modified time | path
    Searched defs:ahsize (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netipsec/
xform_ah.c 530 int hl, rplen, authsize, ahsize, error, stat = AH_STAT_HDROPS; local in function:ah_input
566 ahsize = ah_hdrsiz(sav);
567 if (hl != ahsize) {
571 hl, (u_long)ahsize,
578 if (skip + ahsize > m->m_pkthdr.len) {
582 m->m_pkthdr.len, (u_long)(skip + ahsize),
731 int rplen, ahsize, skip, protoff; local in function:ah_input_cb
762 ahsize = ah_hdrsiz(sav);
846 if (m_striphdr(m, skip, ahsize) != 0) {
891 int error, rplen, authsize, ahsize, maxpacketsize, roff local in function:ah_output
    [all...]
xform_ah.c 530 int hl, rplen, authsize, ahsize, error, stat = AH_STAT_HDROPS; local in function:ah_input
566 ahsize = ah_hdrsiz(sav);
567 if (hl != ahsize) {
571 hl, (u_long)ahsize,
578 if (skip + ahsize > m->m_pkthdr.len) {
582 m->m_pkthdr.len, (u_long)(skip + ahsize),
731 int rplen, ahsize, skip, protoff; local in function:ah_input_cb
762 ahsize = ah_hdrsiz(sav);
846 if (m_striphdr(m, skip, ahsize) != 0) {
891 int error, rplen, authsize, ahsize, maxpacketsize, roff local in function:ah_output
    [all...]

Completed in 21 milliseconds