Searched defs:__str2type (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/
H A Dutils.c468 return __str2type(name, nlfamilies, ARRAY_SIZE(nlfamilies));
563 return __str2type(name, llprotos, ARRAY_SIZE(llprotos));
636 return __str2type(name, ether_protos, ARRAY_SIZE(ether_protos));
841 int __str2type(const char *buf, struct trans_tbl *tbl, size_t tbl_len) function

Completed in 922 milliseconds