Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/smux/
H A Dsmux.c1267 smux_reg *rptr, *bestrptr; in smux_find_match() local
1269 bestrptr = NULL; in smux_find_match()
1280 if (bestrptr) { in smux_find_match()
1281 if (bestrptr->sr_priority > rptr->sr_priority) in smux_find_match()
1282 bestrptr = rptr; in smux_find_match()
1284 bestrptr = rptr; in smux_find_match()
1287 return bestrptr; in smux_find_match()