Searched refs:snmp_send_trap (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/apps/snmp/ |
D | snmp_traps.c | 173 snmp_send_trap(const struct snmp_obj_id *eoid, s32_t generic_trap, s32_t specific_trap, struct snmp… in snmp_send_trap() function 244 return snmp_send_trap(&oid, generic_trap, 0, NULL); in snmp_send_trap_generic() 254 return snmp_send_trap(NULL, SNMP_GENTRAP_ENTERPRISE_SPECIFIC, specific_trap, varbinds); in snmp_send_trap_specific()
|
/third_party/lwip/src/include/lwip/apps/ |
D | snmp.h | 102 err_t snmp_send_trap(const struct snmp_obj_id* oid, s32_t generic_trap, s32_t specific_trap, struct…
|
/third_party/lwip/ |
D | CHANGELOG | 1183 * msg_out.c: fixed bug #36840 snmp_send_trap() NULL de-reference if traps
|