Searched refs:psnap_type (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_recv.c | 1168 u8 *psnap_type; in wlanhdr_to_ethhdr() local 1182 psnap_type = ptr + pattrib->hdrlen + pattrib->iv_len + SNAP_SIZE; in wlanhdr_to_ethhdr() 1185 memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2) && in wlanhdr_to_ethhdr() 1186 memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2)) || in wlanhdr_to_ethhdr()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1506 u8 *psnap_type; in wlanhdr_to_ethhdr() local 1518 psnap_type = ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; in wlanhdr_to_ethhdr() 1522 (memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2)) && in wlanhdr_to_ethhdr() 1523 (memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || in wlanhdr_to_ethhdr()
|