Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c338 u8 *pARPRspPkt = pframe; in ConstructARPResponse() local
400 pARPRspPkt = (u8 *)(pframe + *pLength); in ConstructARPResponse()
401 payload = pARPRspPkt; /* Get Payload pointer */ in ConstructARPResponse()
403 memcpy(pARPRspPkt, ARPLLCHeader, 8); in ConstructARPResponse()
407 pARPRspPkt += 8; in ConstructARPResponse()
408 SET_ARP_PKT_HW(pARPRspPkt, 0x0100); in ConstructARPResponse()
409 SET_ARP_PKT_PROTOCOL(pARPRspPkt, 0x0008); /* IP protocol */ in ConstructARPResponse()
410 SET_ARP_PKT_HW_ADDR_LEN(pARPRspPkt, 6); in ConstructARPResponse()
411 SET_ARP_PKT_PROTOCOL_ADDR_LEN(pARPRspPkt, 4); in ConstructARPResponse()
412 SET_ARP_PKT_OPERATION(pARPRspPkt, 0x0200); /* ARP response */ in ConstructARPResponse()
[all …]