Searched refs:ptr_request_id (Results 1 – 2 of 2) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | snmp.h | 104 …snmp_send_inform_generic(s32_t generic_trap, struct snmp_varbind *varbinds, s32_t *ptr_request_id); 105 …mp_send_inform_specific(s32_t specific_trap, struct snmp_varbind *varbinds, s32_t *ptr_request_id); 106 …id, s32_t generic_trap, s32_t specific_trap, struct snmp_varbind *varbinds, s32_t *ptr_request_id);
|
| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_traps.c | 861 snmp_send_inform_specific(s32_t specific_trap, struct snmp_varbind *varbinds, s32_t *ptr_request_id) in snmp_send_inform_specific() argument 863 … snmp_send_inform(NULL, SNMP_GENTRAP_ENTERPRISE_SPECIFIC, specific_trap, varbinds, ptr_request_id); in snmp_send_inform_specific() 875 snmp_send_inform_generic(s32_t generic_trap, struct snmp_varbind *varbinds, s32_t *ptr_request_id) in snmp_send_inform_generic() argument 877 return snmp_send_inform(NULL, generic_trap, 0, varbinds, ptr_request_id); in snmp_send_inform_generic() 891 …oid, s32_t generic_trap, s32_t specific_trap, struct snmp_varbind *varbinds, s32_t *ptr_request_id) in snmp_send_inform() argument 896 *ptr_request_id = req_id; in snmp_send_inform()
|
Completed in 21 milliseconds