HomeSort by relevance Sort by last modified time
    Searched refs:SNMP_ES_TOOBIG (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h 68 #define SNMP_ES_TOOBIG 1
  /external/syslinux/core/lwip/src/core/snmp/
msg_in.c 221 snmp_error_response(msg_ps,SNMP_ES_TOOBIG);
239 snmp_error_response(msg_ps,SNMP_ES_TOOBIG);
335 snmp_error_response(msg_ps,SNMP_ES_TOOBIG);
350 snmp_error_response(msg_ps,SNMP_ES_TOOBIG);
428 snmp_error_response(msg_ps,SNMP_ES_TOOBIG);
501 snmp_error_response(msg_ps,SNMP_ES_TOOBIG);
    [all...]
msg_out.c 131 m_stat->error_status = SNMP_ES_TOOBIG;
148 if (m_stat->error_status == SNMP_ES_TOOBIG)
159 case SNMP_ES_TOOBIG:

Completed in 804 milliseconds