Home
last modified time | relevance | path

Searched refs:arphrd_from_name (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/test/
Dtest-arphrd-util.c17 assert_se(arphrd_from_name(name) == i); in TEST()
22 assert_se(arphrd_from_name("huddlduddl") == -EINVAL); in TEST()
23 assert_se(arphrd_from_name("") == -EINVAL); in TEST()
/systemd-251/src/basic/
Darphrd-util.h8 int arphrd_from_name(const char *name);
Darphrd-util.c17 int arphrd_from_name(const char *name) { in arphrd_from_name() function