Searched refs:UNIOPT_CAUSE_HARD (Results 1 – 2 of 2) sorted by relevance
636 config->option |= UNIOPT_CAUSE_HARD; in uni_get_config()702 if (*opt_mask & UNIOPT_CAUSE_HARD) { in uni_set_config()703 uni->cx.cause_hard = ((config->option & UNIOPT_CAUSE_HARD) != 0); in uni_set_config()704 *opt_mask &= ~UNIOPT_CAUSE_HARD; in uni_set_config()
109 UNIOPT_CAUSE_HARD = 0x0004, /* harder check of CAUSE IE */ enumerator