Home
last modified time | relevance | path

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

/linux/net/ieee802154/
H A Dheader_ops.c20 if (addr->mode == IEEE802154_ADDR_NONE) in ieee802154_hdr_push_addr()
97 hdr->dest.mode != IEEE802154_ADDR_NONE) in ieee802154_hdr_push()
178 if (mode == IEEE802154_ADDR_NONE) in ieee802154_hdr_get_addr()
200 case IEEE802154_ADDR_NONE: return 0; in ieee802154_hdr_addr_len()
/linux/include/net/
H A Daf_ieee802154.h18 IEEE802154_ADDR_NONE = 0x0, enumerator
H A Dieee802154_netdev.h332 case IEEE802154_ADDR_NONE: in ieee802154_sockaddr_check_size()
/linux/net/mac802154/
H A Drx.c158 case IEEE802154_ADDR_NONE: in ieee802154_subif_frame()
159 if (hdr->source.mode == IEEE802154_ADDR_NONE) in ieee802154_subif_frame()
259 if (addr->mode == IEEE802154_ADDR_NONE) { in ieee802154_print_addr()
H A Dllsec.c561 devaddr.mode == IEEE802154_ADDR_NONE) { in llsec_lookup_key()
791 if (devaddr.mode == IEEE802154_ADDR_NONE && in llsec_lookup_dev()
H A Dscan.c321 if (unlikely(src->mode == IEEE802154_ADDR_NONE)) in mac802154_process_beacon()