Searched refs:fddi (Results 1 – 2 of 2) sorted by relevance
53 struct fddihdr *fddi; in fddi_header() local57 fddi = skb_push(skb, hl); in fddi_header()58 fddi->fc = FDDI_FC_K_ASYNC_LLC_DEF; in fddi_header()63 fddi->hdr.llc_snap.ctrl = FDDI_UI_CMD; in fddi_header()64 fddi->hdr.llc_snap.oui[0] = 0x00; in fddi_header()65 fddi->hdr.llc_snap.oui[1] = 0x00; in fddi_header()66 fddi->hdr.llc_snap.oui[2] = 0x00; in fddi_header()73 memcpy(fddi->saddr, saddr, dev->addr_len); in fddi_header()106 if(fddi->hdr.llc_8022_1.dsap==0xe0) in fddi_type_trans()114 type=fddi->hdr.llc_snap.ethertype; in fddi_type_trans()[all …]
8 obj-$(CONFIG_FDDI) += fddi.o
Completed in 3 milliseconds