Home
last modified time | relevance | path

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

/linux-4.1.27/net/ieee802154/
Dheader_ops.c75 memcpy(buf + pos, &hdr->extended_src, IEEE802154_ADDR_LEN); in ieee802154_hdr_push_sechdr()
189 memcpy(&hdr->extended_src, buf + pos, IEEE802154_ADDR_LEN); in ieee802154_hdr_get_sechdr()
/linux-4.1.27/net/mac802154/
Drx.c184 key = swab64((__force u64)hdr->sec.extended_src); in ieee802154_parse_frame_start()
Diface.c351 hdr->sec.extended_src = params.out_key.extended_source; in mac802154_set_header_security()
Dllsec.c586 id->extended_source == hdr->sec.extended_src)) in llsec_lookup_key()
/linux-4.1.27/include/net/
Dieee802154_netdev.h49 __le64 extended_src; member