• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/

Lines Matching defs:physical

109 	// set physical interface and tag
114 // since we KNOW that the physical interface supported VLANs when
121 // and now we associate the physical interface and tag
149 findVLANInterfaceAndTag(SCPreferencesRef prefs, SCNetworkInterfaceRef physical, CFNumberRef tag)
169 if (!CFEqual(physical, config_physical)) {
170 // if this VLAN has a different physical interface
384 // set the physical interface and tag
416 SCVLANInterfaceCreate(SCPreferencesRef prefs, SCNetworkInterfaceRef physical, CFNumberRef tag)
428 if (!isA_SCNetworkInterface(physical)) {
433 interfacePrivate = (SCNetworkInterfacePrivateRef)physical;
452 // make sure that physical interface and tag are not used
453 vlan = findVLANInterfaceAndTag(prefs, physical, tag);
507 // set physical interface and tag
508 SCVLANInterfaceSetPhysicalInterfaceAndTag(vlan, physical, tag);
590 SCVLANInterfaceSetPhysicalInterfaceAndTag(SCVLANInterfaceRef vlan, SCNetworkInterfaceRef physical, CFNumberRef tag)
600 if (!isA_SCNetworkInterface(physical)) {
605 interfacePrivate = (SCNetworkInterfacePrivateRef)physical;
631 // make sure that physical interface and tag are not used
632 config_vlan = findVLANInterfaceAndTag(interfacePrivate->prefs, physical, tag);
660 SCNetworkInterfaceGetBSDName(physical));
673 // set physical interface
675 physical,
841 // physical interface
851 // update physical interface and tag
878 // clear physical interface
884 // update physical interface and tag
916 /* physical interfaces */
982 // determine if the physical interface supports VLANs
1031 // if the physical interface supports VLANs, add new interface