Searched refs:clr (Results 1 – 1 of 1) sorted by relevance
206 static int ifc_set_flags(const char *name, unsigned set, unsigned clr) in ifc_set_flags() argument212 ifr.ifr_flags = (ifr.ifr_flags & (~clr)) | set; in ifc_set_flags()