Searched defs:actflag (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_enm.c206 uint64_t activation, actflag, walkfilter; local
217 * actflag will be set to 0, and will thus fail to match
231 actflag = nwam_enm_activation_to_flag(activation);
235 if (actflag & walkfilter) {
H A Dlibnwam_loc.c312 uint64_t activation, actflag, walkfilter; local
347 actflag = nwam_loc_activation_to_flag(activation);
351 if (actflag & walkfilter) {

Completed in 27 milliseconds