Searched refs:af_other_status (Results 1 – 16 of 16) sorted by relevance
/freebsd/sbin/ifconfig/ |
H A D | ifipsec.c | 86 .af_other_status = ipsec_status,
|
H A D | ifconfig_netlink.c | 408 af_other_status(ctx); in status_nl() 409 else if (args->afp->af_other_status != NULL) in status_nl() 410 args->afp->af_other_status(ctx); in status_nl()
|
H A D | ifmac.c | 108 .af_other_status = maclabel_status,
|
H A D | iffib.c | 108 .af_other_status = fib_status,
|
H A D | ifstf.c | 139 .af_other_status = stf_status,
|
H A D | ifgroup.c | 148 .af_other_status = getifgroups,
|
H A D | ifconfig.c | 960 af_other_status(if_ctx *ctx) in af_other_status() function 967 if (afp->af_other_status == NULL) in af_other_status() 971 afp->af_other_status(ctx); in af_other_status() 1881 af_other_status(ctx); in status() 1882 else if (args->afp->af_other_status != NULL) in status() 1883 args->afp->af_other_status(ctx); in status()
|
H A D | carp.c | 289 .af_other_status = carp_status,
|
H A D | ifvlan.c | 318 .af_other_status = vlan_status,
|
H A D | iflagg.c | 332 .af_other_status = lagg_status,
|
H A D | ifmedia.c | 474 .af_other_status = media_status,
|
H A D | ifpfsync.c | 416 .af_other_status = pfsync_status,
|
H A D | ifvxlan.c | 633 .af_other_status = vxlan_status,
|
H A D | ifbridge.c | 669 .af_other_status = bridge_status,
|
H A D | af_inet6.c | 743 .af_other_status = nd6_status,
|
H A D | ifieee80211.c | 6084 .af_other_status = ieee80211_status,
|