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()61 fddi->hdr.llc_snap.dsap = FDDI_EXTENDED_SAP; in fddi_header()62 fddi->hdr.llc_snap.ssap = FDDI_EXTENDED_SAP; 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()67 fddi->hdr.llc_snap.ethertype = htons(type); in fddi_header()[all …]
9 obj-$(CONFIG_FDDI) += fddi.o