HomeSort by relevance Sort by last modified time
    Searched full:gatewaytype (Results 1 - 1 of 1) sorted by null

  /external/smack/src/org/xbill/DNS/
IPSECKEYRecord.java 36 private int gatewayType;
51 * @param gatewayType The record's gateway type.
58 int gatewayType, int algorithmType, Object gateway,
63 this.gatewayType = checkU8("gatewayType", gatewayType);
65 switch (gatewayType) {
91 throw new IllegalArgumentException("\"gatewayType\" " +
101 gatewayType = in.readU8();
103 switch (gatewayType) {
    [all...]

Completed in 173 milliseconds