Searched refs:af_other_status (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/sbin/ifconfig/
H A Diffib.c90 .af_other_status = fib_status,
H A Difgif.c105 .af_other_status = gif_status,
H A Difgre.c85 .af_other_status = gre_status,
H A Difmac.c108 .af_other_status = maclabel_status,
H A Difconfig.h96 * all possible info is to be displayed and af_other_status
101 void (*af_other_status)(int); member in struct:afswtch
H A Difconfig.c109 static void af_other_status(int);
393 af_other_status(int s) function
400 if (afp->af_other_status == NULL)
404 afp->af_other_status(s);
1020 af_other_status(s);
1021 else if (afp->af_other_status != NULL)
1022 afp->af_other_status(s);
H A Dcarp.c215 .af_other_status = carp_status,
H A Difgroup.c171 .af_other_status = getifgroups,
H A Difvlan.c192 .af_other_status = vlan_status,
H A Diflagg.c233 .af_other_status = lagg_status,
H A Difpfsync.c224 .af_other_status = pfsync_status,
H A Daf_inet6.c493 .af_other_status = nd6_status,
H A Difbridge.c746 .af_other_status = bridge_status,
H A Difmedia.c822 .af_other_status = media_status,
H A Difieee80211.c5317 .af_other_status = ieee80211_status,

Completed in 88 milliseconds