: Option(V6, D6O_PD_EXCLUDE),
excluded_prefix_length_(0),
subnet_id_() {
- unpack(begin, end);
+ Option6PDExclude::unpack(begin, end);
}
OptionPtr
status_code_(STATUS_Success), status_message_() {
// Parse data
- unpack(begin, end);
+ Option6StatusCode::unpack(begin, end);
}
OptionPtr
mandatory_flag_(false), scope_list_() {
// Parse data
- unpack(begin, end);
+ Option4SlpServiceScope::unpack(begin, end);
}
OptionPtr
if (length_field_type_ == OpaqueDataTuple::LENGTH_EMPTY) {
length_field_type_ = OptionDataTypeUtil::getTupleLenFieldType(u);
}
- unpack(begin, end);
+ OptionOpaqueDataTuples::unpack(begin, end);
}
OptionPtr
OptionBufferConstIter begin,
OptionBufferConstIter end)
: Option(u, getOptionCode(u)) {
- unpack(begin, end);
+ OptionVendorClass::unpack(begin, end);
}
OptionPtr