Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/smux/
H A Dsmux.c365 for (rptr = ActiveRegs; rptr; rptr = rptr->sr_next) { in var_smux_get()
419 for (rptr = ActiveRegs; rptr; rptr = rptr->sr_next) { in var_smux_write()
1100 smux_find_match(ActiveRegs, sd, oid_name, oid_name_len, in smux_rreq_process()
1122 smux_list_detach(&ActiveRegs, rptr); in smux_rreq_process()
1172 for (rptr = ActiveRegs; rptr; rptr = rptr->sr_next) { in smux_rreq_process()
1246 smux_list_add(&ActiveRegs, nrptr); in smux_rreq_process()
1295 smux_list_detach(&ActiveRegs, actptr); in smux_replace_active()
1303 (void) smux_list_add(&ActiveRegs, pasptr); in smux_replace_active()
1878 for (rptr = ActiveRegs; rptr; rptr = rptr2) { in smux_peer_cleanup()
1881 smux_list_detach(&ActiveRegs, rptr); in smux_peer_cleanup()
[all …]