Home
last modified time | relevance | path

Searched refs:snmp_resp_header_sum (Results 1 – 1 of 1) sorted by relevance

/lib/liblwip/src/core/snmp/
Dmsg_out.c67 static u16_t snmp_resp_header_sum(struct snmp_msg_pstat *m_stat, u16_t vb_len);
122 tot_len = snmp_resp_header_sum(m_stat, tot_len); in snmp_send_response()
135 tot_len = snmp_resp_header_sum(m_stat, tot_len); in snmp_send_response()
312 snmp_resp_header_sum(struct snmp_msg_pstat *m_stat, u16_t vb_len) in snmp_resp_header_sum() function