Searched refs:pdu_len (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmsg_in.c66 static err_t snmp_pdu_header_check(struct pbuf *p, u16_t ofs, u16_t pdu_len, u16_t *ofs_ret, struct snmp_msg_pstat *m_stat);
919 * @param pdu_len the length of the UDP payload
927 snmp_pdu_header_check(struct pbuf *p, u16_t ofs, u16_t pdu_len, u16_t *ofs_ret, struct snmp_msg_pstat *m_stat) argument
939 (pdu_len != (1 + len_octets + len)) ||
1040 if (len != (pdu_len - (ofs - ofs_base)))
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmsg_in.c62 static err_t snmp_pdu_header_check(struct pbuf *p, u16_t ofs, u16_t pdu_len, u16_t *ofs_ret, struct snmp_msg_pstat *m_stat);
908 * @param pdu_len the length of the UDP payload
916 snmp_pdu_header_check(struct pbuf *p, u16_t ofs, u16_t pdu_len, u16_t *ofs_ret, struct snmp_msg_pstat *m_stat) argument
928 (pdu_len != (1 + len_octets + len)) ||
1029 if (len != (pdu_len - (ofs - ofs_base)))

Completed in 325 milliseconds