Home | History | Annotate | Download | only in netd

Lines Matching refs:mInterfaces

37     mInterfaces = new InterfaceCollection();
46 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
49 mInterfaces->clear();
250 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
274 mInterfaces->push_back(strdup(interface));
278 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
281 mInterfaces->erase(it);
296 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
299 mInterfaces->erase(it);
309 return mInterfaces;