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

/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmsg_in.c77 struct snmp_msg_pstat *msg_ps; local
86 msg_ps = &msg_input_list[0];
89 msg_ps->state = SNMP_MSG_EMPTY;
90 msg_ps->error_index = 0;
91 msg_ps->error_status = SNMP_ES_NOERROR;
92 msg_ps++;
101 snmp_error_response(struct snmp_msg_pstat *msg_ps, u8_t error) argument
103 snmp_varbind_list_free(&msg_ps->outvb);
104 msg_ps->outvb = msg_ps
116 snmp_ok_response(struct snmp_msg_pstat *msg_ps) argument
145 snmp_msg_get_event(u8_t request_id, struct snmp_msg_pstat *msg_ps) argument
371 snmp_msg_getnext_event(u8_t request_id, struct snmp_msg_pstat *msg_ps) argument
514 snmp_msg_set_event(u8_t request_id, struct snmp_msg_pstat *msg_ps) argument
776 struct snmp_msg_pstat *msg_ps; local
812 struct snmp_msg_pstat *msg_ps; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmsg_in.c73 struct snmp_msg_pstat *msg_ps; local
82 msg_ps = &msg_input_list[0];
85 msg_ps->state = SNMP_MSG_EMPTY;
86 msg_ps->error_index = 0;
87 msg_ps->error_status = SNMP_ES_NOERROR;
88 msg_ps++;
106 snmp_error_response(struct snmp_msg_pstat *msg_ps, u8_t error) argument
110 struct snmp_varbind *vbi = msg_ps->invb.head;
111 struct snmp_varbind *vbo = msg_ps->outvb.head;
112 for (v=0; v<msg_ps
136 snmp_ok_response(struct snmp_msg_pstat *msg_ps) argument
162 snmp_msg_get_event(u8_t request_id, struct snmp_msg_pstat *msg_ps) argument
393 snmp_msg_getnext_event(u8_t request_id, struct snmp_msg_pstat *msg_ps) argument
538 snmp_msg_set_event(u8_t request_id, struct snmp_msg_pstat *msg_ps) argument
799 struct snmp_msg_pstat *msg_ps; local
824 struct snmp_msg_pstat *msg_ps; local
[all...]

Completed in 44 milliseconds