Home
last modified time | relevance | path

Searched refs:popt_mask (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c660 uint32_t *mask, uint32_t *popt_mask, uint32_t *opt_mask) in uni_set_config() argument
679 if (*popt_mask & UNIPROTO_GFP) { in uni_set_config()
682 *popt_mask &= ~UNIPROTO_GFP; in uni_set_config()
686 *popt_mask &= ~UNIPROTO_GFP; in uni_set_config()
690 if (*popt_mask & UNIPROTO_SB_TB) { in uni_set_config()
692 *popt_mask &= ~UNIPROTO_SB_TB; in uni_set_config()
/f-stack/freebsd/netgraph/atm/
H A Dng_uni.h90 uint32_t popt_mask; member
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni.c408 &mask->mask, &mask->popt_mask, &mask->option_mask); in ng_uni_rcvmsg()