Home
last modified time | relevance | path

Searched refs:ifg_carp_demoted (Results 1 – 12 of 12) sorted by relevance

/openbsd/usr.sbin/ospfd/
H A Dcarp.c128 return ((int)ifgr.ifgr_attrib.ifg_carp_demoted); in carp_demote_get()
171 ifgr.ifgr_attrib.ifg_carp_demoted = demote; in carp_demote_ioctl()
/openbsd/usr.sbin/ospf6d/
H A Dcarp.c128 return ((int)ifgr.ifgr_attrib.ifg_carp_demoted); in carp_demote_get()
171 ifgr.ifgr_attrib.ifg_carp_demoted = demote; in carp_demote_ioctl()
/openbsd/usr.sbin/ripd/
H A Dcarp.c128 return ((int)ifgr.ifgr_attrib.ifg_carp_demoted); in carp_demote_get()
171 ifgr.ifgr_attrib.ifg_carp_demoted = demote; in carp_demote_ioctl()
/openbsd/usr.sbin/bgpd/
H A Dcarp.c129 return ((int)ifgr.ifgr_attrib.ifg_carp_demoted); in carp_demote_get()
172 ifgr.ifgr_attrib.ifg_carp_demoted = demote; in carp_demote_ioctl()
/openbsd/usr.sbin/relayd/
H A Dcarp.c135 return ((int)ifgr.ifgr_attrib.ifg_carp_demoted); in carp_demote_get()
208 ifgr.ifgr_attrib.ifg_carp_demoted = demote; in carp_demote_ioctl()
/openbsd/usr.sbin/sasyncd/
H A Dcarp.c133 if (ifgr.ifgr_attrib.ifg_carp_demoted == 0) in carp_demote()
137 ifgr.ifgr_attrib.ifg_carp_demoted = demote; in carp_demote()
/openbsd/sys/net/
H A Dif.c2861 ifg->ifg_carp_demoted = 0; in if_creategroup()
3061 ifgr->ifgr_attrib.ifg_carp_demoted = ifg->ifg_carp_demoted; in if_getgroupattribs()
3080 demote = ifgr->ifgr_attrib.ifg_carp_demoted; in if_setgroupattribs()
3081 if (demote + ifg->ifg_carp_demoted > 0xff || in if_setgroupattribs()
3082 demote + ifg->ifg_carp_demoted < 0) in if_setgroupattribs()
3085 ifg->ifg_carp_demoted += demote; in if_setgroupattribs()
H A Dif_var.h270 int ifg_carp_demoted; /* [K] carp demotion counter */ member
H A Dif.h375 int ifg_carp_demoted; member
/openbsd/sys/netinet/
H A Dip_carp.c2241 dm = &ifgl->ifgl_group->ifg_carp_demoted; in carp_ifgroup_ioctl()
2255 if (ifgr->ifgr_attrib.ifg_carp_demoted > 0 && (sc->sc_if.if_flags & in carp_ifgattr_ioctl()
2441 dm = &ifgl->ifgl_group->ifg_carp_demoted; in carp_group_demote_adj()
2466 count += ifgl->ifgl_group->ifg_carp_demoted; in carp_group_demote_count()
/openbsd/sbin/ifconfig/
H A Difconfig.c1112 printf(" carp demote count %d", ifgr.ifgr_attrib.ifg_carp_demoted); in printgroupattribs()
1141 ifgr.ifgr_attrib.ifg_carp_demoted = neg; in setgroupattribs()
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dmib.c2508 agentx_varbind_integer(vb, ifgr.ifgr_attrib.ifg_carp_demoted); in mib_carpgrouptable()