Home
last modified time | relevance | path

Searched refs:llc_snap (Results 1 – 4 of 4) sorted by relevance

/linux/net/802/
H A Dfddi.c61 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()
114 type=fddi->hdr.llc_snap.ethertype; in fddi_type_trans()
/linux/include/uapi/linux/
H A Dif_fddi.h117 struct fddi_snap_hdr llc_snap; member
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h342 llc_snap = 0x4, enumerator
H A Denh_desc.c101 ret = llc_snap; in enh_desc_coe_rdes0()