Home
last modified time | relevance | path

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

/external/libnl/src/lib/
Dcls.c49 if ((proto = nl_str2ether_proto(arg)) < 0) in nl_cli_cls_parse_proto()
/external/libnl/include/netlink/
Dutils.h71 extern int nl_str2ether_proto(const char *);
/external/libnl/python/netlink/
Dcapi.i155 extern int nl_str2ether_proto(const char *);
/external/libnl/lib/
Dutils.c825 int nl_str2ether_proto(const char *name) in nl_str2ether_proto() function