Home
last modified time | relevance | path

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

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dsnmp.c84 oid fulloid[MAX_OID_LEN]; in smux_header_generic() local
87 oid_copy(fulloid, v->name, v->namelen); in smux_header_generic()
88 fulloid[v->namelen] = 0; in smux_header_generic()
90 ret = oid_compare(name, *length, fulloid, v->namelen + 1); in smux_header_generic()
97 memcpy(name, fulloid, (v->namelen + 1) * sizeof(oid)); in smux_header_generic()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dsnmp.c84 oid fulloid[MAX_OID_LEN]; in smux_header_generic() local
87 oid_copy(fulloid, v->name, v->namelen); in smux_header_generic()
88 fulloid[v->namelen] = 0; in smux_header_generic()
90 ret = oid_compare(name, *length, fulloid, v->namelen + 1); in smux_header_generic()
97 memcpy(name, fulloid, (v->namelen + 1) * sizeof(oid)); in smux_header_generic()
/dports/net/quagga/quagga-1.2.4/lib/
H A Dsnmp.c92 oid fulloid[MAX_OID_LEN]; in smux_header_generic() local
95 oid_copy (fulloid, v->name, v->namelen); in smux_header_generic()
96 fulloid[v->namelen] = 0; in smux_header_generic()
98 ret = oid_compare (name, *length, fulloid, v->namelen + 1); in smux_header_generic()
105 memcpy (name, fulloid, (v->namelen + 1) * sizeof (oid)); in smux_header_generic()
/dports/net-mgmt/check_nwc_health/check_nwc_health-10.0.0.1/GLPlugin/lib/Monitoring/GLPlugin/
H A DSNMP.pm2619 my $fulloid = $oid . '.'.$idx;
2620 if (exists $result->{$fulloid}) {
2635 my $value_which_is_a_oid = $result->{$fulloid};
2660 my @args = ($result->{$fulloid});
2689 $mo->{$symoid} = 'unknown_'.$result->{$fulloid};
2693 $mo->{$symoid} = $result->{$fulloid};
2702 my $fulloid = $oid . '.'.$idx;
2704 if (exists $result->{$fulloid}) {
2719 my $value_which_is_a_oid = $result->{$fulloid};
2744 my @args = ($result->{$fulloid});
[all …]
/dports/net-mgmt/check_ups_health/check_ups_health-3.0.1.2/GLPlugin/lib/Monitoring/GLPlugin/
H A DSNMP.pm2577 my $fulloid = $oid . '.'.$idx;
2578 if (exists $result->{$fulloid}) {
2593 my $value_which_is_a_oid = $result->{$fulloid};
2618 my @args = ($result->{$fulloid});
2647 $mo->{$symoid} = 'unknown_'.$result->{$fulloid};
2651 $mo->{$symoid} = $result->{$fulloid};
2660 my $fulloid = $oid . '.'.$idx;
2662 if (exists $result->{$fulloid}) {
2677 my $value_which_is_a_oid = $result->{$fulloid};
2702 my @args = ($result->{$fulloid});
[all …]
/dports/net/py-netsnmpagent/netsnmpagent-0.6.0/
H A Dnetsnmpagent.py842 fulloid = ctypes.cast(
852 fulloid[i] = self._handler_reginfo.contents.rootoid[i]
855 fulloid[rootoidlen] = 1
861 fulloid[rootoidlen + 1] = 2
866 fulloid[rootoidlen + 2 + i] = row.contents.index_oid[i]
873 fulloid,