Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_test.c686 struct sockaddr_ll pkt_dst_sll = { in test_dgram_packet_sending() local
710 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()