| H A D | trap.c | 102 int trap_send(IPAddress *ip_address, Oid *enterprise, int generic, int specific, SNMP_variable *var… in trap_send() argument 175 pdu->specific = specific; in trap_send() 245 int specific,int trap_port,uint32_t time_stamp, in trap_send_raw() argument 328 pdu->specific = specific; in trap_send_raw() 409 int specific, in trap_send_with_more_para() argument 416 specific,trap_port,time_stamp, variables,error_label)); in trap_send_with_more_para() 536 int specific, uint32_t time_stamp, in trap_send_to_all_destinators7() argument 548 …th_more_para(&(d->ip_address), my_ip_addr, NULL, 0,enterprise, generic, specific, SNMP_TRAP_PORT,t… in trap_send_to_all_destinators7() 559 int trap_send_to_all_destinators(Oid *enterprise, int generic, int specific, SNMP_variable *variabl… in trap_send_to_all_destinators() argument 568 if(trap_send(&(d->ip_address), enterprise, generic, specific, variables, error_label)) in trap_send_to_all_destinators()
|