Home | History | Annotate | Download | only in netatalk

Lines Matching defs:llc

167 	struct llc     *llc;
205 M_PREPEND(m, sizeof(struct llc), M_DONTWAIT);
209 llc = mtod(m, struct llc *);
210 llc->llc_dsap = llc->llc_ssap = LLC_SNAP_LSAP;
211 llc->llc_control = LLC_UI;
212 memcpy(llc->llc_org_code, aarp_org_code, sizeof(aarp_org_code));
213 llc->llc_ether_type = htons(ETHERTYPE_AARP);
347 struct llc *llc;
498 M_PREPEND(m, sizeof(struct llc), M_DONTWAIT);
502 llc = mtod(m, struct llc *);
503 llc->llc_dsap = llc->llc_ssap = LLC_SNAP_LSAP;
504 llc->llc_control = LLC_UI;
505 memcpy(llc->llc_org_code, aarp_org_code, sizeof(aarp_org_code));
506 llc->llc_ether_type = htons(ETHERTYPE_AARP);
581 struct llc *llc;
640 M_PREPEND(m, sizeof(struct llc
646 llc = mtod(m, struct llc *);
647 llc->llc_dsap = llc->llc_ssap = LLC_SNAP_LSAP;
648 llc->llc_control = LLC_UI;
649 memcpy(llc->llc_org_code, aarp_org_code, sizeof(aarp_org_code));
650 llc->llc_ether_type = htons(ETHERTYPE_AARP);