Searched refs:aftype (Results 1 – 3 of 3) sorted by relevance
154 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()
77 const struct aftype *ap; /* current address family */
1545 struct aftype { struct1578 const struct aftype *get_aftype(const char *name) FAST_FUNC; argument