Searched defs:llc (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_sn.c20 struct llc { struct
30 static struct llc llcs[SDL_MAX+1] = {
160 struct llc *l;
H A Dipft_pc.c17 struct llc { struct
29 static struct llc llcs[] = {
79 static struct llc *llcp = NULL;
223 struct llc *l;
/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_bpdu.h62 unsigned char llc; member in struct:eth_header_t
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c188 struct ieee80211_llc *llc; local
264 llc = (struct ieee80211_llc *)mp->b_wptr;
266 bcopy(wifi_ietfmagic, llc, sizeof (wifi_ietfmagic));
267 llc->illc_ether_type = htons(sap);
281 struct ieee80211_llc *llc; local
316 llc = (struct ieee80211_llc *)llcp;
317 mhp->mhi_origsap = ntohs(llc->illc_ether_type);
320 mhp->mhi_hdrsize = (uintptr_t)llcp + sizeof (*llc) -
330 if (bcmp(llc, wifi_ieeemagic, sizeof (wifi_ieeemagic)) == 0) {
332 mhp->mhi_hdrsize -= sizeof (*llc);
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c466 * general llc stream write put routine. Receives ioctl's from
962 * with our llc struct, to avoid erroneous references.
1002 llc1_t *llc = (llc1_t *)q->q_ptr; local
1004 llc_mac_info_t *macinfo = llc->llc_mac_info;
1012 mutex_enter(&llc->llc_lock);
1077 if (llc->llc_state != DL_UNATTACHED && macinfo) {
1078 llc->llc_waiting_for = dlp->dl_primitive;
1101 mutex_exit(&llc->llc_lock);
1308 * NOTE: We are reusing the DL_unitdata_req mblock; if llc header gets any
1369 /* set length with llc heade
1731 llc1_t *llc = (llc1_t *)q->q_ptr; local
1791 llc1_t *llc = (llc1_t *)q->q_ptr; local
1844 llc1_t *llc; local
1960 llc1_t *llc; local
2458 llc1_t *llc = (llc1_t *)q->q_ptr; local
2707 llc1_t *llc = (llc1_t *)q->q_ptr; local
2793 llc1_t *llc; local
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma_hw.h913 uint32_t llc:1; member in struct:_tx_pkt_header_t::__anon8751::__anon8753
925 uint32_t llc:1;

Completed in 54 milliseconds