Searched refs:psnap_type (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8712/ |
D | rtl871x_recv.c | 590 u8 *psnap_type; in r8712_wlanhdr_to_ethhdr() local 602 psnap_type = ptr + pattrib->hdrlen + pattrib->iv_len + SNAP_SIZE; in r8712_wlanhdr_to_ethhdr() 605 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_IPX, 2)) && in r8712_wlanhdr_to_ethhdr() 606 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || in r8712_wlanhdr_to_ethhdr()
|
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_recv.c | 1068 u8 *psnap_type; in wlanhdr_to_ethhdr() local 1082 psnap_type = ptr + pattrib->hdrlen + pattrib->iv_len + SNAP_SIZE; in wlanhdr_to_ethhdr() 1085 memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2) && in wlanhdr_to_ethhdr() 1086 memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2)) || in wlanhdr_to_ethhdr()
|
/linux-5.19.10/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1512 u8 *psnap_type; in wlanhdr_to_ethhdr() local 1524 psnap_type = ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; in wlanhdr_to_ethhdr() 1528 (memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2)) && in wlanhdr_to_ethhdr() 1529 (memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || in wlanhdr_to_ethhdr()
|