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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp_rijndael.c99 * scut = last mbuf that contains headers to be retained
100 * scutoff = offset to end of the headers in scut
126 struct mbuf *scut; local
179 scut = s;
259 m_freem(scut->m_next);
260 scut->m_len = scutoff;
261 scut->m_next = d0;
286 struct mbuf *scut; local
339 scut = s;
420 m_freem(scut
[all...]
H A Desp_core.c691 struct mbuf *scut; local
788 scut = s;
863 m_freem(scut->m_next);
864 scut->m_len = scutoff;
865 scut->m_next = d0;
891 struct mbuf *scut; local
994 scut = s;
1065 m_freem(scut->m_next);
1066 scut->m_len = scutoff;
1067 scut
[all...]

Completed in 31 milliseconds