Home
last modified time | relevance | path

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

/linux/include/net/
H A Dieee802154_netdev.h298 if ((a1->mode == IEEE802154_ADDR_LONG && in ieee802154_addr_equal()
338 case IEEE802154_ADDR_LONG: in ieee802154_sockaddr_check_size()
359 case IEEE802154_ADDR_LONG: in ieee802154_addr_from_sa()
375 case IEEE802154_ADDR_LONG: in ieee802154_addr_to_sa()
H A Daf_ieee802154.h21 IEEE802154_ADDR_LONG = 0x3, /* 64-bit address + PANid */ enumerator
/linux/net/mac802154/
H A Dscan.c491 local->beacon.mhr.source.mode = IEEE802154_ADDR_LONG; in mac802154_send_beacons_locked()
530 frame.mhr.fc.dest_addr_mode = (coord->mode == IEEE802154_ADDR_LONG) ? in mac802154_perform_association()
534 frame.mhr.source.mode = IEEE802154_ADDR_LONG; in mac802154_perform_association()
539 if (coord->mode == IEEE802154_ADDR_LONG) in mac802154_perform_association()
657 frame.mhr.fc.dest_addr_mode = (target->mode == IEEE802154_ADDR_LONG) ? in mac802154_send_disassociation_notif()
661 frame.mhr.source.mode = IEEE802154_ADDR_LONG; in mac802154_send_disassociation_notif()
666 if (target->mode == IEEE802154_ADDR_LONG) in mac802154_send_disassociation_notif()
721 frame.mhr.source.mode = IEEE802154_ADDR_LONG; in mac802154_send_association_resp_locked()
723 frame.mhr.dest.mode = IEEE802154_ADDR_LONG; in mac802154_send_association_resp_locked()
H A Diface.c382 hdr.source.mode = IEEE802154_ADDR_LONG; in ieee802154_header_create()
447 hdr.dest.mode = IEEE802154_ADDR_LONG; in mac802154_header_create()
451 hdr.source.mode = IEEE802154_ADDR_LONG; in mac802154_header_create()
481 if (hdr.source.mode == IEEE802154_ADDR_LONG) { in mac802154_header_parse()
H A Drx.c169 case IEEE802154_ADDR_LONG: in ieee802154_subif_frame()
H A Dllsec.c540 addr->mode = IEEE802154_ADDR_LONG; in llsec_recover_addr()
564 devaddr.mode = IEEE802154_ADDR_LONG; in llsec_lookup_key()
/linux/net/ieee802154/6lowpan/
H A Dtx.c75 info->daddr.mode = IEEE802154_ADDR_LONG; in lowpan_header_create()
89 info->saddr.mode = IEEE802154_ADDR_LONG; in lowpan_header_create()
93 info->saddr.mode = IEEE802154_ADDR_LONG; in lowpan_header_create()
/linux/net/ieee802154/
H A Dheader_ops.c34 case IEEE802154_ADDR_LONG: in ieee802154_hdr_push_addr()
202 case IEEE802154_ADDR_LONG: return IEEE802154_ADDR_LEN + pan_len; in ieee802154_hdr_addr_len()
H A Dnl-mac.c194 addr.mode = IEEE802154_ADDR_LONG; in ieee802154_associate_req()
237 addr.mode = IEEE802154_ADDR_LONG; in ieee802154_associate_resp()
271 addr.mode = IEEE802154_ADDR_LONG; in ieee802154_disassociate_req()
566 desc->device_addr.mode = IEEE802154_ADDR_LONG; in ieee802154_llsec_parse_key_id()
619 if (desc->device_addr.mode == IEEE802154_ADDR_LONG && in ieee802154_llsec_fill_key_id()
H A Dsocket.c40 case IEEE802154_ADDR_LONG: in ieee802154_get_dev()
781 if (ro->src_addr.mode == IEEE802154_ADDR_LONG && in ieee802154_match_sock()
H A Dnl802154.c1659 coord.mode = IEEE802154_ADDR_LONG; in nl802154_associate()
1688 target.mode = IEEE802154_ADDR_LONG; in nl802154_disassociate()
/linux/net/6lowpan/
H A Diphc.c164 case IEEE802154_ADDR_LONG: in lowpan_iphc_uncompress_802154_lladdr()
801 case IEEE802154_ADDR_LONG: in lowpan_iphc_compress_ctx_802154_lladdr()
914 case IEEE802154_ADDR_LONG: in lowpan_iphc_compress_802154_lladdr()
/linux/drivers/net/ieee802154/
H A Dmac802154_hwsim.c196 if ((mac_cb(skb)->dest.mode == IEEE802154_ADDR_LONG || in hwsim_hw_receive()
217 if (mac_cb(skb)->dest.mode == IEEE802154_ADDR_LONG && in hwsim_hw_receive()