Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/
Ddhd_ip.c41 static const uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable
66 !bcmp(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN)) { in pkt_frag_info()