Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSSAAdvert.java130 byte nBlocks = 0; in initialize()
153 nBlocks = (byte) auth.size(); in initialize()
159 baos.write(nBlocks); in initialize()
H A DSLPHeaderV2.java943 int nBlocks = 0; in parseAttributeVectorOut() local
984 nBlocks = auth.size(); in parseAttributeVectorOut()
998 baos.write((byte)(nBlocks & 0xFF)); in parseAttributeVectorOut()
1004 if (attrAuth && nBlocks > 0) { in parseAttributeVectorOut()
H A DAuthBlock.java119 byte nBlocks) in makeAuthBlocks() argument
126 for (byte cnt = 0; cnt < nBlocks; cnt++) { in makeAuthBlocks()