Searched refs:llc_snap (Results 1 – 2 of 2) sorted by relevance
67 fddi->hdr.llc_snap.dsap = FDDI_EXTENDED_SAP; in fddi_header()68 fddi->hdr.llc_snap.ssap = FDDI_EXTENDED_SAP; in fddi_header()69 fddi->hdr.llc_snap.ctrl = FDDI_UI_CMD; in fddi_header()70 fddi->hdr.llc_snap.oui[0] = 0x00; in fddi_header()71 fddi->hdr.llc_snap.oui[1] = 0x00; in fddi_header()72 fddi->hdr.llc_snap.oui[2] = 0x00; in fddi_header()73 fddi->hdr.llc_snap.ethertype = htons(type); in fddi_header()104 if (fddi->hdr.llc_snap.ethertype == __constant_htons(ETH_P_IP)) in fddi_rebuild_header()111 skb->dev->name, htons(fddi->hdr.llc_snap.ethertype)); in fddi_rebuild_header()144 type=fddi->hdr.llc_snap.ethertype; in fddi_type_trans()
101 struct fddi_snap_hdr llc_snap; member