Home
last modified time | relevance | path

Searched refs:nl_rate2str (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/netlink/
Dutils.h49 extern int nl_rate2str(unsigned long long, int, char *, size_t);
/external/libnl/python/netlink/
Dutil.py156 return capi.nl_rate2str(self._rate, self._mode, 32)[1]
Dcapi.i135 extern int nl_rate2str(unsigned long long rate, int type, char *buf, size_t len);
/external/libnl/
Dlibnl-3.sym187 nl_rate2str;
/external/libnl/lib/
Dutils.c227 int nl_rate2str(unsigned long long rate, int type, char *buf, size_t len) in nl_rate2str() function