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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c1843 int need_auth, need_conf, need_icv; local
1868 need_icv = 0;
1896 need_icv++;
1903 need_icv++;
1918 need_auth, need_conf, need_icv, m->m_flags));
1921 || (!need_auth && need_icv && !(m->m_flags & M_AUTHIPDGM))

Completed in 23 milliseconds