Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dieee802154.h41 #define IEEE802154_ADDR_SHORT_UNSPEC 0xfffe macro
425 return (addr == cpu_to_le16(IEEE802154_ADDR_SHORT_UNSPEC)); in ieee802154_is_unspec_short_addr()
/linux/net/ieee802154/
H A Dpan.c77 addr == cpu_to_le16(IEEE802154_ADDR_SHORT_UNSPEC)) in cfg802154_get_free_short_addr()
/linux/net/6lowpan/
H A Dndisc.c92 neigh->short_addr = cpu_to_le16(IEEE802154_ADDR_SHORT_UNSPEC); in lowpan_ndisc_802154_update()
/linux/net/ieee802154/6lowpan/
H A Dcore.c90 neigh->short_addr = cpu_to_le16(IEEE802154_ADDR_SHORT_UNSPEC); in lowpan_neigh_construct()
H A Dtx.c60 __le16 short_addr = cpu_to_le16(IEEE802154_ADDR_SHORT_UNSPEC); in lowpan_header_create()
/linux/net/mac802154/
H A Dscan.c825 assoc_resp_pl.short_addr = cpu_to_le16(IEEE802154_ADDR_SHORT_UNSPEC); in mac802154_process_association_req()