Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c632 config->option |= UNIOPT_GIT_HARD; in uni_get_config()
694 if (*opt_mask & UNIOPT_GIT_HARD) { in uni_set_config()
695 uni->cx.git_hard = ((config->option & UNIOPT_GIT_HARD) != 0); in uni_set_config()
696 *opt_mask &= ~UNIOPT_GIT_HARD; in uni_set_config()
H A Dunidef.h107 UNIOPT_GIT_HARD = 0x0001, /* harder check of GIT IE */ enumerator