Home
last modified time | relevance | path

Searched refs:UNIOPT_CAUSE_HARD (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/contrib/ngatm/netnatm/sig/
HDsig_uni.c636 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()
HDunidef.h109 UNIOPT_CAUSE_HARD = 0x0004, /* harder check of CAUSE IE */ enumerator