Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/net/6lowpan/
H A Dndisc.c97 neigh->short_addr = cpu_to_le16(IEEE802154_ADDR_SHORT_UNSPEC); in lowpan_ndisc_802154_update()
/openbmc/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()
/openbmc/linux/net/ieee802154/
H A Dnl802154.c1137 if (short_addr == cpu_to_le16(IEEE802154_ADDR_SHORT_UNSPEC) || in nl802154_set_short_addr()