HomeSort by relevance Sort by last modified time
    Searched full:sminode (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-snmp.c 1027 static SmiNode *smi_print_variable(struct be *elem, int *status)
1030 SmiNode *smiNode = NULL;
1037 smiNode = smiGetNodeByOID(oidlen, oid);
1038 if (! smiNode) {
1043 fputs(smiGetNodeModule(smiNode)->name, stdout);
1046 fputs(smiNode->name, stdout);
1047 if (smiNode->oidlen < oidlen) {
1048 for (i = smiNode->oidlen; i < oidlen; i++) {
1053 return smiNode;
    [all...]

Completed in 178 milliseconds