Searched refs:IEEE802154_ADDR_SHORT (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/net/ieee802154/6lowpan/
H A Drx.c71 if (sa.addr_type == IEEE802154_ADDR_SHORT) iphc_decompress()
76 if (da.addr_type == IEEE802154_ADDR_SHORT) iphc_decompress()
H A D6lowpan_i.h33 case IEEE802154_ADDR_SHORT: ieee802154_addr_hash()
H A Dtx.c220 da.mode = IEEE802154_ADDR_SHORT; lowpan_header()
/linux-4.1.27/include/net/
H A Daf_ieee802154.h28 IEEE802154_ADDR_SHORT = 0x2, /* 16-bit address + PANid */ enumerator in enum:__anon12587
H A Dieee802154_netdev.h163 (a1->mode == IEEE802154_ADDR_SHORT && ieee802154_addr_equal()
192 case IEEE802154_ADDR_SHORT: ieee802154_addr_from_sa()
208 case IEEE802154_ADDR_SHORT: ieee802154_addr_to_sa()
/linux-4.1.27/net/ieee802154/
H A Dheader_ops.c37 case IEEE802154_ADDR_SHORT: ieee802154_hdr_push_addr()
147 if (mode == IEEE802154_ADDR_SHORT) { ieee802154_hdr_get_addr()
162 case IEEE802154_ADDR_SHORT: return 2 + pan_len; ieee802154_hdr_addr_len()
H A Dnl-mac.c205 addr.mode = IEEE802154_ADDR_SHORT; ieee802154_associate_req()
280 addr.mode = IEEE802154_ADDR_SHORT; ieee802154_disassociate_req()
331 addr.mode = IEEE802154_ADDR_SHORT; ieee802154_start_req()
569 desc->device_addr.mode = IEEE802154_ADDR_SHORT; ieee802154_llsec_parse_key_id()
620 if (desc->device_addr.mode == IEEE802154_ADDR_SHORT && ieee802154_llsec_fill_key_id()
H A Dsocket.c55 case IEEE802154_ADDR_SHORT: ieee802154_get_dev()
788 if (ro->src_addr.mode == IEEE802154_ADDR_SHORT && ieee802154_match_sock()
/linux-4.1.27/net/mac802154/
H A Dmac_cmd.c44 BUG_ON(addr->mode != IEEE802154_ADDR_SHORT); mac802154_mlme_start_req()
H A Drx.c73 case IEEE802154_ADDR_SHORT: ieee802154_subif_frame()
125 if (addr->mode == IEEE802154_ADDR_SHORT) { ieee802154_print_addr()
H A Diface.c83 sa->addr.addr_type = IEEE802154_ADDR_SHORT; mac802154_wpan_ioctl()
99 sa->addr.addr_type != IEEE802154_ADDR_SHORT || mac802154_wpan_ioctl()
391 hdr.source.mode = IEEE802154_ADDR_SHORT; mac802154_header_create()
H A Dllsec.c539 addr->mode = IEEE802154_ADDR_SHORT; llsec_recover_addr()
787 if (devaddr.mode == IEEE802154_ADDR_SHORT) { llsec_lookup_dev()
/linux-4.1.27/net/6lowpan/
H A Diphc.c106 case IEEE802154_ADDR_SHORT: uncompress_addr()

Completed in 285 milliseconds