OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trap_msg
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/core/lwip/src/core/snmp/
msg_out.c
65
struct snmp_msg_trap
trap_msg
;
variable in typeref:struct:snmp_msg_trap
212
* @note the caller is responsible for filling in outvb in the
trap_msg
233
ip_addr_copy(
trap_msg
.dip, td->dip);
238
trap_msg
.sip_raw[0] = ip4_addr1(&dst_ip);
239
trap_msg
.sip_raw[1] = ip4_addr2(&dst_ip);
240
trap_msg
.sip_raw[2] = ip4_addr3(&dst_ip);
241
trap_msg
.sip_raw[3] = ip4_addr4(&dst_ip);
242
trap_msg
.gen_trap = generic_trap;
243
trap_msg
.spc_trap = specific_trap;
247
trap_msg
.enterprise = eoid
[
all
...]
msg_in.c
90
trap_msg
.pcb = snmp1_pcb;
[
all
...]
/external/syslinux/core/lwip/src/include/lwip/
snmp_msg.h
288
extern struct snmp_msg_trap
trap_msg
;
Completed in 130 milliseconds