Home
last modified time | relevance | path

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

/third_party/libnl/src/lib/
Dcls.c50 if ((proto = nl_str2ether_proto(arg)) < 0) in nl_cli_cls_parse_proto()
/third_party/libnl/include/netlink/
Dutils.h71 extern int nl_str2ether_proto(const char *);
/third_party/libnl/
Dlibnl-3.sym233 nl_str2ether_proto;
/third_party/libnl/python/netlink/
Dcapi.i157 extern int nl_str2ether_proto(const char *);
/third_party/libnl/lib/
Dutils.c856 int nl_str2ether_proto(const char *name) in nl_str2ether_proto() function