L2TP_CTRL_CONF
if (!L2TP_CTRL_CONF(_this->ctrl)->accept_dialin) {
if (L2TP_CTRL_CONF(_this->ctrl)->data_out_pktdump != 0) {
if (L2TP_CTRL_CONF(_this)->ctrl_out_pktdump != 0) {
if ((val = L2TP_CTRL_CONF(_this)->hostname) == NULL) {
if ((val = L2TP_CTRL_CONF(_this)->vendor_name) != NULL) {
_this->data_use_seq = L2TP_CTRL_CONF(_this)->data_use_seq;
if (L2TP_CTRL_CONF(_this)->hello_interval != 0)
_this->hello_interval = L2TP_CTRL_CONF(_this)->hello_interval;
if (L2TP_CTRL_CONF(_this)->hello_timeout != 0)
_this->hello_timeout = L2TP_CTRL_CONF(_this)->hello_timeout;