Home
last modified time | relevance | path

Searched refs:nla_put_s16 (Results 1 – 3 of 3) sorted by relevance

/third_party/libnl/include/netlink/
Dattr.h116 extern int nla_put_s16(struct nl_msg *, int, int16_t);
/third_party/libnl/
Dlibnl-3.sym343 nla_put_s16;
/third_party/libnl/lib/
Dattr.c621 int nla_put_s16(struct nl_msg *msg, int attrtype, int16_t value) in nla_put_s16() function