Searched refs:pkt_dst_sll (Results 1 – 1 of 1) sorted by relevance
686 struct sockaddr_ll pkt_dst_sll = { in test_dgram_packet_sending() local710 memcpy(pkt_dst_sll.sll_addr, dst_sll, dst_sll_halen); in test_dgram_packet_sending()711 bool bind_short_address = pkt_dst_sll.sll_halen == IEEE802154_SHORT_ADDR_LENGTH && in test_dgram_packet_sending()723 if (zsock_sendto(fd, payload, sizeof(payload), 0, (const struct sockaddr *)&pkt_dst_sll, in test_dgram_packet_sending()