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

/freebsd-9.3-release/sys/netgraph/atm/
H A Dng_uni.h88 uint32_t popt_mask; member in struct:ngm_uni_config_mask
94 { "popt_mask", &ng_parse_hint32_type }, \
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c660 uint32_t *mask, uint32_t *popt_mask, uint32_t *opt_mask)
679 if (*popt_mask & UNIPROTO_GFP) {
682 *popt_mask &= ~UNIPROTO_GFP;
686 *popt_mask &= ~UNIPROTO_GFP;
690 if (*popt_mask & UNIPROTO_SB_TB) {
692 *popt_mask &= ~UNIPROTO_SB_TB;
659 uni_set_config(struct uni *uni, const struct uni_config *config, uint32_t *mask, uint32_t *popt_mask, uint32_t *opt_mask) argument
/freebsd-9.3-release/sys/netgraph/atm/uni/
H A Dng_uni.c409 &mask->mask, &mask->popt_mask, &mask->option_mask);

Completed in 101 milliseconds