Home
last modified time | relevance | path

Searched refs:nla_put_u8 (Results 1 – 2 of 2) sorted by relevance

/external/libnl/include/netlink/
Dattr.h102 extern int nla_put_u8(struct nl_msg *, int, uint8_t);
/external/libnl/lib/
Dattr.c900 int nla_put_u8(struct nl_msg *msg, int attrtype, uint8_t value) in nla_put_u8() function