Searched refs:nl_str2af (Results 1 - 10 of 10) sorted by relevance

/external/libnl/src/lib/
H A Drule.c51 if ((family = nl_str2af(arg)) != AF_UNSPEC)
H A Dlink.c37 if ((family = nl_str2af(arg)) == AF_UNSPEC)
H A Dneigh.c70 if ((family = nl_str2af(arg)) == AF_UNSPEC)
H A Daddr.c37 if ((family = nl_str2af(arg)) != AF_UNSPEC)
H A Dct.c42 if ((family = nl_str2af(arg)) == AF_UNSPEC)
H A Droute.c51 if ((family = nl_str2af(arg)) != AF_UNSPEC)
/external/libnl/include/netlink/
H A Daddr.h60 extern int nl_str2af(const char *);
/external/libnl/src/
H A Dnf-log.c74 family = nl_str2af(argv[1]);
H A Dnf-queue.c111 if ((family = nl_str2af(argv[1])) == AF_UNSPEC)
/external/libnl/lib/
H A Daddr.c921 int nl_str2af(const char *name) function

Completed in 6051 milliseconds