Searched refs:af_status (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sbin/ifconfig/
H A Daf_link.c101 .af_status = link_status,
109 .af_status = link_status,
117 .af_status = link_status,
H A Daf_ipx.c105 .af_status = ipx_status,
H A Difconfig.h94 * associated address family af_status method is invoked
100 void (*af_status)(int, const struct ifaddrs *); member in struct:afswtch
H A Daf_atalk.c163 .af_status = at_status,
H A Daf_inet.c193 .af_status = in_status,
H A Difconfig.c997 if (p != NULL && p->af_status != NULL)
998 p->af_status(s, ift);
1000 afp->af_status(s, ift);
1015 lafp->af_status(s, &info);
H A Daf_inet6.c486 .af_status = in6_status,

Completed in 89 milliseconds