Home
last modified time | relevance | path

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

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