Searched refs:psnap_type (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8712/ |
D | rtl871x_recv.c | 589 u8 *psnap_type; in r8712_wlanhdr_to_ethhdr() local 601 psnap_type = ptr + pattrib->hdrlen + pattrib->iv_len + SNAP_SIZE; in r8712_wlanhdr_to_ethhdr() 604 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_IPX, 2)) && in r8712_wlanhdr_to_ethhdr() 605 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || in r8712_wlanhdr_to_ethhdr()
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 1259 u8 *psnap_type; in wlanhdr_to_ethhdr() local 1269 psnap_type = ptr + pattrib->hdrlen + pattrib->iv_len + SNAP_SIZE; in wlanhdr_to_ethhdr() 1272 memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2) && in wlanhdr_to_ethhdr() 1273 memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2)) || in wlanhdr_to_ethhdr()
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 1610 u8 *psnap_type; in wlanhdr_to_ethhdr() local 1623 psnap_type = ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; in wlanhdr_to_ethhdr() 1627 (memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2)) && in wlanhdr_to_ethhdr() 1628 (memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || in wlanhdr_to_ethhdr()
|