OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nla_put_u32
(Results
1 - 3
of
3
) sorted by null
/external/libnl-headers/netlink/
attr.h
106
extern int
nla_put_u32
(struct nl_msg *, int, uint32_t);
187
#define
NLA_PUT_U32
(msg, attrtype, value) \
/system/core/libnl_2/
attr.c
178
int
nla_put_u32
(struct nl_msg *msg, int attrtype, uint32_t value)
function
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.c
621
NLA_PUT_U32
(msg, NL80211_ATTR_IFINDEX, bss->ifindex);
812
NLA_PUT_U32
(msg, NL80211_ATTR_WIPHY, w->wiphy_idx);
1291
NLA_PUT_U32
(msg, NL80211_ATTR_IFINDEX, drv->ifindex);
[
all
...]
Completed in 53 milliseconds