Home
last modified time | relevance | path

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

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