Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_recv.c605 u8 *psnap_type; in r8712_wlanhdr_to_ethhdr() local
617 psnap_type = ptr + pattrib->hdrlen + pattrib->iv_len + SNAP_SIZE; in r8712_wlanhdr_to_ethhdr()
620 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_IPX, 2)) && in r8712_wlanhdr_to_ethhdr()
621 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || in r8712_wlanhdr_to_ethhdr()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_recv.c1375 u8 *psnap_type; in wlanhdr_to_ethhdr() local
1387 psnap_type = ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; in wlanhdr_to_ethhdr()
1390 (!memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2) == false) && in wlanhdr_to_ethhdr()
1391 (!memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2) == false)) || in wlanhdr_to_ethhdr()