Home
last modified time | relevance | path

Searched refs:rtnl_link_inet_devconf2str (Results 1 – 4 of 4) sorted by relevance

/external/libnl/lib/route/link/
Dinet.c174 const char *rtnl_link_inet_devconf2str(int type, char *buf, size_t len) in rtnl_link_inet_devconf2str() function
197 rtnl_link_inet_devconf2str(i+1, buf, sizeof(buf)), in inet_dump_details()
/external/libnl/include/netlink/route/link/
Dinet.h21 extern const char * rtnl_link_inet_devconf2str(int, char *, size_t);
/external/libnl/python/netlink/route/links/
Dinet.py62 txt = util.kw(capi.rtnl_link_inet_devconf2str(i, 32)[0])
/external/libnl/python/netlink/route/
Dcapi.i285 extern const char *rtnl_link_inet_devconf2str(int, char *buf, size_t len);