Home
last modified time | relevance | path

Searched refs:bridge_get_data_maxage (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_port.c353 if (time(NULL) - bif->ports_age > bridge_get_data_maxage() && in op_dot1d_base_port()
425 if (time(NULL) - bif->ports_age > bridge_get_data_maxage() && in op_dot1d_stp_port()
583 if (time(NULL) - bif->ports_age > bridge_get_data_maxage() && in op_dot1d_stp_ext_port()
724 if (time(NULL) - bif->ports_age > bridge_get_data_maxage() && in op_dot1d_tp_port()
1081 if (time(NULL) - ports_list_age > bridge_get_data_maxage()) in op_begemot_base_port()
1199 if (time(NULL) - ports_list_age > bridge_get_data_maxage()) in op_begemot_stp_port()
1342 if (time(NULL) - ports_list_age > bridge_get_data_maxage()) in op_begemot_stp_ext_port()
1466 if (time(NULL) - ports_list_age > bridge_get_data_maxage()) in op_begemot_tp_port()
H A Dbridge_if.c640 if (time(NULL) - bif->entry_age > bridge_get_data_maxage() && in op_dot1d_base()
680 if (time(NULL) - bif->entry_age > bridge_get_data_maxage() && in op_dot1d_stp()
873 if (time(NULL) - bif->entry_age > bridge_get_data_maxage() && in op_dot1d_tp()
1131 if (time(NULL) - bridge_list_age > bridge_get_data_maxage()) in op_begemot_base_bridge()
1196 if (time(NULL) - bridge_list_age > bridge_get_data_maxage()) in op_begemot_stp()
1403 if (time(NULL) - bridge_list_age > bridge_get_data_maxage()) in op_begemot_tp()
H A Dbridge_addrs.c407 if (time(NULL) - bif->addrs_age > bridge_get_data_maxage() && in op_dot1d_tp_fdb()
551 if (time(NULL) - address_list_age > bridge_get_data_maxage()) in op_begemot_tp_fdb()
H A Dbridge_snmp.c133 bridge_get_data_maxage(void) in bridge_get_data_maxage() function
H A Dbridge_snmp.h79 int bridge_get_data_maxage(void);