Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/apps/snmpnetstat/
H A Droute.c283 size_t ifxcol_len = OID_LENGTH( ifxcol_oid ); in get_ifname() local
302 ifxcol_oid[ ifxcol_len-1 ] = ifIndex; in get_ifname()
303 snmp_varlist_add_variable( &var, ifxcol_oid, ifxcol_len, in get_ifname()
H A Dif.c170 size_t ifxcol_len = OID_LENGTH( ifxcol_oid ); in intpr() local
251 #define ADD_IFXVAR( x ) ifxcol_oid[ ifxcol_len-1 ] = x; \ in intpr()
252 snmp_varlist_add_variable( &var, ifxcol_oid, ifxcol_len, ASN_NULL, NULL, 0) in intpr()