Home
last modified time | relevance | path

Searched refs:ifgr_attrib (Results 1 – 11 of 11) sorted by path

/openbsd/libexec/snmpd/snmpd_metrics/
H A Dmib.c2508 agentx_varbind_integer(vb, ifgr.ifgr_attrib.ifg_carp_demoted); in mib_carpgrouptable()
/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/sys/net/
H A Dif.c3061 ifgr->ifgr_attrib.ifg_carp_demoted = ifg->ifg_carp_demoted; in if_getgroupattribs()
3080 demote = ifgr->ifgr_attrib.ifg_carp_demoted; in if_setgroupattribs()
H A Dif.h391 #define ifgr_attrib ifgr_ifgru.ifgru_attrib macro
/openbsd/sys/netinet/
H A Dip_carp.c2255 if (ifgr->ifgr_attrib.ifg_carp_demoted > 0 && (sc->sc_if.if_flags & in carp_ifgattr_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/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/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/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/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/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()