Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c626 config->popt = 0; in uni_get_config()
628 config->popt |= UNIPROTO_GFP; in uni_get_config()
638 config->popt |= UNIPROTO_SB_TB; in uni_get_config()
680 if (config->popt & UNIPROTO_GFP) { in uni_set_config()
691 uni->sb_tb = ((config->popt & UNIPROTO_SB_TB) != 0); in uni_set_config()
H A Dunidef.h119 uint32_t popt; /* protocol option */ member