Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_recv.c609 u8 *psnap_type; in r8712_wlanhdr_to_ethhdr() local
621 psnap_type = ptr + pattrib->hdrlen + pattrib->iv_len + SNAP_SIZE; in r8712_wlanhdr_to_ethhdr()
624 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_IPX, 2)) && in r8712_wlanhdr_to_ethhdr()
625 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || in r8712_wlanhdr_to_ethhdr()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_recv.c1359 u8 *psnap_type; in wlanhdr_to_ethhdr() local
1371 psnap_type = ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; in wlanhdr_to_ethhdr()
1374 (!memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2) == false) && in wlanhdr_to_ethhdr()
1375 (!memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2) == false)) || in wlanhdr_to_ethhdr()