Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dlacp.h391 } lacpdu, *lacpdu_ref; typedef
H A Dif_bond.c1745 if (m->m_pkthdr.len < (int)offsetof(lacpdu, la_reserved)) { in bond_input()
1750 if (m->m_len < (int)offsetof(lacpdu, la_reserved)) { in bond_input()
1751 m = m_pullup(m, offsetof(lacpdu, la_reserved)); in bond_input()