Searched refs:msgType (Results 1 – 3 of 3) sorted by relevance
133 private String msgType; field in SrvLocHeader670 protected void constructDescription(String msgType, in constructDescription() argument672 this.msgType = msgType; in constructDescription()677 if (msgType == null) { in getMsgType()684 return msgType; in getMsgType()
411 createMessages(int msgType, in createMessages() argument442 if (((msgType == SrvLocHeader.SrvReq) || in createMessages()443 (msgType == SrvLocHeader.AttrRqst)) && in createMessages()455 if (msgType == SrvLocHeader.SrvReq) { in createMessages()470 switch (msgType) { in createMessages()507 switch (msgType) { in createMessages()
185 short msgType; /* for getting status */ member