Home | History | Annotate | Download | only in net

Lines Matching defs:cif

80 	struct ifaddrs cif;
197 memset(&cif, 0, sizeof(cif));
199 cif.ifa_name = names;
200 cif.ifa_flags = (int)ifm->ifm_flags;
206 cif.ifa_addr = (struct sockaddr *)(void *)data;
211 cif.ifa_data = data = (void *)ALIGN(data);
225 ift->ifa_name = cif.ifa_name;
226 ift->ifa_flags = cif.ifa_flags;
257 ift->ifa_data = cif.ifa_data;