Lines Matching defs:llc
661 len += sizeof(struct llc) -
1193 sizeof(struct llc);
2017 struct llc *llc;
2028 m_adj(m, sizeof(eh) - sizeof(*llc));
2033 llc = (struct llc *)(mtod(m, char *) + sizeof(wh));
2034 llc->llc_dsap = llc->llc_ssap = LLC_SNAP_LSAP;
2035 llc->llc_control = LLC_UI;
2036 llc->llc_snap.org_code[0] = 0;
2037 llc->llc_snap.org_code[1] = 0;
2038 llc->llc_snap.org_code[2] = 0;
2039 llc->llc_snap.ether_type = eh.ether_type;