Searched refs:sll_addr (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | af_packet.c | 536 sll->sll_addr[0] = eth_hdr->src.addr[0]; in packet_eth_hdr_info() 537 sll->sll_addr[1] = eth_hdr->src.addr[1]; in packet_eth_hdr_info() 538 sll->sll_addr[2] = eth_hdr->src.addr[2]; in packet_eth_hdr_info() 539 sll->sll_addr[3] = eth_hdr->src.addr[3]; in packet_eth_hdr_info() 540 sll->sll_addr[4] = eth_hdr->src.addr[4]; in packet_eth_hdr_info() 615 eth_hdr->dest.addr[0] = sll->sll_addr[0]; in packet_eth_datagram_sendto() 616 eth_hdr->dest.addr[1] = sll->sll_addr[1]; in packet_eth_datagram_sendto() 617 eth_hdr->dest.addr[2] = sll->sll_addr[2]; in packet_eth_datagram_sendto() 618 eth_hdr->dest.addr[3] = sll->sll_addr[3]; in packet_eth_datagram_sendto() 619 eth_hdr->dest.addr[4] = sll->sll_addr[4]; in packet_eth_datagram_sendto() [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | af_packet.h | 28 …u_char sll_addr[8]; /* Physical layer address … member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | sockets.c | 3144 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_ioctl memset length %d\n", sizeof(sll->sll_addr))); in lwip_ioctl() 3145 memset(sll->sll_addr, 0, sizeof(sll->sll_addr)); in lwip_ioctl() 3149 …F(SOCKETS_DEBUG, ("lwip_ioctl memcpy length %d\n", (int)min(sizeof(sll->sll_addr), (size_t) netif-… in lwip_ioctl() 3150 memcpy(sll->sll_addr, netif->hwaddr, in lwip_ioctl() 3151 min(sizeof(sll->sll_addr), (size_t) netif->hwaddr_len)); in lwip_ioctl()
|
Completed in 10 milliseconds