Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dinterface.c154 static const struct aftype inet_aftype = {
203 static const struct aftype inet6_aftype = {
241 static const struct aftype unspec_aftype = {
250 static const struct aftype *const aftypes[] = {
260 const struct aftype* FAST_FUNC get_aftype(const char *name) in get_aftype()
262 const struct aftype *const *afp; in get_aftype()
274 static const struct aftype *get_afntype(int af) in get_afntype()
276 const struct aftype *const *afp; in get_afntype()
906 const struct aftype *ap; in ife_print()
Darp.c77 const struct aftype *ap; /* current address family */
/busybox-1.35.0/include/
Dlibbb.h1545 struct aftype { struct
1578 const struct aftype *get_aftype(const char *name) FAST_FUNC; argument