Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_recv.c607 u8 *psnap_type; in r8712_wlanhdr_to_ethhdr() local
619 psnap_type = ptr + pattrib->hdrlen + pattrib->iv_len + SNAP_SIZE; in r8712_wlanhdr_to_ethhdr()
622 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_IPX, 2)) && in r8712_wlanhdr_to_ethhdr()
623 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || in r8712_wlanhdr_to_ethhdr()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_recv.c1273 u8 *psnap_type; in wlanhdr_to_ethhdr() local
1283 psnap_type = ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; in wlanhdr_to_ethhdr()
1286 (!memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2) == false) && in wlanhdr_to_ethhdr()
1287 (!memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2) == false)) || in wlanhdr_to_ethhdr()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_recv.c1615 u8 *psnap_type; in wlanhdr_to_ethhdr() local
1629 psnap_type = ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; in wlanhdr_to_ethhdr()
1633 (memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2)) && in wlanhdr_to_ethhdr()
1634 (memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || in wlanhdr_to_ethhdr()