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

  /external/libnl/include/netlink/
attr.h 121 extern int nla_put_msecs(struct nl_msg *, int, unsigned long);
222 #define NLA_PUT_MSECS(msg, attrtype, msecs) \
  /external/libnl/lib/
attr.c 1073 int nla_put_msecs(struct nl_msg *n, int attrtype, unsigned long msecs) function
    [all...]

Completed in 116 milliseconds