Searched refs:get_afntype (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinterface.c770 static struct aftype *get_afntype(int af) function
1828 ap = get_afntype(ptr->addr.sa_family);
1830 ap = get_afntype(0);
1913 ipxtype = get_afntype(AF_IPX);
1933 ddptype = get_afntype(AF_APPLETALK);
1942 ectype = get_afntype(AF_ECONET);
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c805 static struct aftype *get_afntype(int af) function
1848 ap = get_afntype(ptr->addr.sa_family);
1850 ap = get_afntype(0);
1933 ipxtype = get_afntype(AF_IPX);
1953 ddptype = get_afntype(AF_APPLETALK);
1962 ectype = get_afntype(AF_ECONET);

Completed in 41 milliseconds