Home | History | Annotate | Download | only in pdu

Lines Matching defs:msgType

604             int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE);
609 if ((msgType == PduHeaders.MESSAGE_TYPE_RETRIEVE_CONF)
610 || (msgType == PduHeaders.MESSAGE_TYPE_SEND_REQ)) {
620 switch (msgType) {
662 "Unsupported PDU type: " + Integer.toHexString(msgType));
666 "Unrecognized PDU type: " + Integer.toHexString(msgType));
1335 int msgType = pdu.getMessageType();
1340 if ((msgType == PduHeaders.MESSAGE_TYPE_NOTIFICATION_IND)
1341 || (msgType == PduHeaders.MESSAGE_TYPE_RETRIEVE_CONF)
1342 || (msgType == PduHeaders.MESSAGE_TYPE_SEND_REQ)) {
1343 switch (msgType) {