Searched refs:functionCode (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSrvLocMsgImpl.java56 SrvLocMsgImpl(SrvLocHeader hdr, int functionCode) argument
59 if (hdr.functionCode != functionCode) {
64 new Object[] {new Integer(hdr.functionCode)});
H A DSLPServerHeaderV2.java67 SLPServerHeaderV2(int functionCode, boolean fresh, Locale locale) argument
69 super(functionCode, fresh, locale);
76 void parseHeader(int functionCode, DataInputStream dis) argument
81 switch (functionCode) {
115 super.parseHeader(functionCode, dis);
133 if (functionCode == SrvLocHeader.DAAdvert) {
140 switch (functionCode) {
184 new Integer(functionCode)});
228 hdr.functionCode = replyFunctionCode;
276 hdr.functionCode
[all...]
H A DSLPHeaderV1.java91 void parseHeader(int functionCode, DataInputStream dis) argument
94 this.functionCode = functionCode;
98 switch (functionCode) {
180 if (mcast && (functionCode != SrvLocHeader.DAAdvert)) {
187 switch (functionCode) {
219 new Integer(functionCode)});
250 if (functionCode == SrvLocHeader.SrvAck ||
251 functionCode == SrvLocHeader.SrvTypeRply ||
252 functionCode
[all...]
H A DSLPHeaderV2.java148 void parseHeader(int functionCode, DataInputStream dis) argument
151 this.functionCode = functionCode;
222 if (functionCode != SrvLocHeader.SAAdvert) {
229 switch (functionCode) {
265 new Integer(functionCode)});
288 SLPHeaderV2(int functionCode, boolean fresh, Locale locale) argument
293 Assert.slpassert(((functionCode <= SAAdvert) &&
294 (functionCode >= SrvReq)),
296 new Object[] {new Integer(functionCode)});
[all...]
H A DSrvLocHeader.java112 int functionCode = 0; // function code field in class:SrvLocHeader
224 abstract void parseHeader(int functionCode, DataInputStream dis) argument
678 if (functionCode > 0 && functionCode < functionCodeAbbr.length) {
679 return functionCodeAbbr[functionCode];
681 return String.valueOf(functionCode);
H A DSARequester.java323 ((msg.getHeader().functionCode == SrvLocHeader.SrvAck) == false)) {
H A DSSAAdvert.java68 hdr.functionCode = SrvLocHeader.SAAdvert;
H A DSDAAdvert.java70 this.hdr.functionCode = SrvLocHeader.DAAdvert;
H A DSLPV1Manager.java151 hdr.functionCode = SrvLocHeader.DAAdvert;

Completed in 67 milliseconds