Searched defs:trap_msg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmsg_out.c69 struct snmp_msg_trap trap_msg; variable in typeref:struct:snmp_msg_trap
216 * @note the caller is responsible for filling in outvb in the trap_msg
237 trap_msg.dip.addr = td->dip.addr;
241 trap_msg.sip_raw[0] = dst_ip.addr >> 24;
242 trap_msg.sip_raw[1] = dst_ip.addr >> 16;
243 trap_msg.sip_raw[2] = dst_ip.addr >> 8;
244 trap_msg.sip_raw[3] = dst_ip.addr;
245 trap_msg.gen_trap = generic_trap;
246 trap_msg.spc_trap = specific_trap;
250 trap_msg
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmsg_out.c65 struct snmp_msg_trap trap_msg; variable in typeref:struct:snmp_msg_trap
205 * @note the caller is responsible for filling in outvb in the trap_msg
227 ip_addr_copy(trap_msg.dip, td->dip);
233 trap_msg.sip_raw[0] = ip4_addr1(&dst_ip);
234 trap_msg.sip_raw[1] = ip4_addr2(&dst_ip);
235 trap_msg.sip_raw[2] = ip4_addr3(&dst_ip);
236 trap_msg.sip_raw[3] = ip4_addr4(&dst_ip);
237 trap_msg.gen_trap = generic_trap;
238 trap_msg.spc_trap = specific_trap;
242 trap_msg
[all...]

Completed in 43 milliseconds