Example #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     { int _size = xdr.xdrDecodeInt(); value = new netaddr4[_size]; for (int _idx = 0; _idx < _size; ++_idx)
       {
           value[_idx] = new netaddr4(xdr);
       }
     }
 }
Example #2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     cb_location = new netaddr4(xdr);
 }
Example #3
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     cb_location = new netaddr4(xdr);
 }
Example #4
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     value = new netaddr4(xdr);
 }
Example #5
0
 public clientaddr4(netaddr4 value)
 {
     this.value = value;
 }
Example #6
0
 public void xdrDecode(XdrDecodingStream xdr) {
     { int _size = xdr.xdrDecodeInt(); value = new netaddr4[_size]; for ( int _idx = 0; _idx < _size; ++_idx ) { value[_idx] = new netaddr4(xdr); } }
 }
Example #7
0
 public multipath_list4(netaddr4 [] value) {
     this.value = value;
 }
Example #8
0
 public void xdrDecode(XdrDecodingStream xdr) {
     value = new netaddr4(xdr);
 }
Example #9
0
 public clientaddr4(netaddr4 value) {
     this.value = value;
 }