Searched refs:ieee802154_le16_to_be16 (Results 1 – 4 of 4) sorted by relevance
96 ieee802154_le16_to_be16(eui, &wpan_dev->pan_id); in addrconf_ifid_802154_6lowpan()104 ieee802154_le16_to_be16(&eui[6], &wpan_dev->short_addr); in addrconf_ifid_802154_6lowpan()
169 ieee802154_le16_to_be16(&short_addr, ha); in lowpan_ndisc_fill_addr_option()189 ieee802154_le16_to_be16(&short_addr, in lowpan_ndisc_fill_addr_option()
179 ieee802154_le16_to_be16(&ipaddr->s6_addr16[7], in lowpan_iphc_uncompress_802154_lladdr()815 ieee802154_le16_to_be16(&tmp.s6_addr16[7], in lowpan_iphc_compress_ctx_802154_lladdr()930 ieee802154_le16_to_be16(&tmp.s6_addr16[7], in lowpan_iphc_compress_802154_lladdr()
385 static inline void ieee802154_le16_to_be16(void *be16_dst, const void *le16_src) in ieee802154_le16_to_be16() function