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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dah_output.c380 struct mbuf *mah; local
407 MGET(mah, M_DONTWAIT, MT_DATA);
408 if (!mah) {
413 MCLGET(mah, M_DONTWAIT);
414 if ((mah->m_flags & M_EXT) == 0) {
415 m_free(mah);
420 mah->m_len = ahlen;
421 mah->m_next = md;
422 mprev->m_next = mah;
458 struct ah *ahdr = mtod(mah, struc
[all...]

Completed in 20 milliseconds