HomeSort by relevance Sort by last modified time
    Searched refs:nla_put_u16 (Results 1 - 2 of 2) sorted by null

  /external/libnl/include/netlink/
attr.h 104 extern int nla_put_u16(struct nl_msg *, int, uint16_t);
178 #define NLA_PUT_U16(msg, attrtype, value) \
  /external/libnl/lib/
attr.c 925 int nla_put_u16(struct nl_msg *msg, int attrtype, uint16_t value) function
    [all...]

Completed in 784 milliseconds