Searched refs:nla_put_shortaddr (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/ieee802154/ |
D | nl-mac.c | 47 static int nla_put_shortaddr(struct sk_buff *msg, int type, __le16 addr) in nla_put_shortaddr() function 108 nla_put_shortaddr(msg, IEEE802154_ATTR_SHORT_ADDR, short_addr) || in ieee802154_nl_fill_iface() 109 nla_put_shortaddr(msg, IEEE802154_ATTR_PAN_ID, pan_id)) in ieee802154_nl_fill_iface() 616 if (nla_put_shortaddr(msg, IEEE802154_ATTR_PAN_ID, in ieee802154_llsec_fill_key_id() 621 nla_put_shortaddr(msg, IEEE802154_ATTR_SHORT_ADDR, in ieee802154_llsec_fill_key_id() 1068 nla_put_shortaddr(msg, IEEE802154_ATTR_PAN_ID, desc->pan_id) || in ieee802154_nl_fill_dev() 1069 nla_put_shortaddr(msg, IEEE802154_ATTR_SHORT_ADDR, in ieee802154_nl_fill_dev()
|