Uses of Class
net.floodlightcontroller.util.MACAddress

Packages that use MACAddress
net.floodlightcontroller.loadbalancer   
net.floodlightcontroller.packet   
net.floodlightcontroller.util   
net.floodlightcontroller.virtualnetwork   
 

Uses of MACAddress in net.floodlightcontroller.loadbalancer
 

Fields in net.floodlightcontroller.loadbalancer declared as MACAddress
protected  MACAddress LBVip.proxyMac
           
 

Fields in net.floodlightcontroller.loadbalancer with type parameters of type MACAddress
protected  java.util.HashMap<java.lang.Integer,MACAddress> LoadBalancer.vipIpToMac
           
 

Uses of MACAddress in net.floodlightcontroller.packet
 

Fields in net.floodlightcontroller.packet declared as MACAddress
protected  MACAddress Ethernet.destinationMACAddress
           
protected  MACAddress Ethernet.sourceMACAddress
           
 

Methods in net.floodlightcontroller.packet that return MACAddress
 MACAddress Ethernet.getDestinationMAC()
           
 MACAddress Ethernet.getSourceMAC()
           
 

Uses of MACAddress in net.floodlightcontroller.util
 

Methods in net.floodlightcontroller.util that return MACAddress
static MACAddress MACAddress.valueOf(byte[] address)
          Returns a MAC address instance representing the specified byte array.
static MACAddress MACAddress.valueOf(long address)
          Returns a MAC address instance representing the specified long value.
static MACAddress MACAddress.valueOf(java.lang.String address)
          Returns a MAC address instance representing the value of the specified String.
 

Uses of MACAddress in net.floodlightcontroller.virtualnetwork
 

Fields in net.floodlightcontroller.virtualnetwork with type parameters of type MACAddress
protected  java.util.Map<MACAddress,java.lang.Integer> VirtualNetworkFilter.macToGateway
           
protected  java.util.Map<MACAddress,java.lang.String> VirtualNetworkFilter.macToGuid
           
protected  java.util.Map<java.lang.String,MACAddress> VirtualNetworkFilter.portToMac
           
protected  java.util.Map<java.lang.String,MACAddress> VirtualNetwork.portToMac
           
 

Methods in net.floodlightcontroller.virtualnetwork with parameters of type MACAddress
 void VirtualNetworkFilter.addHost(MACAddress mac, java.lang.String guid, java.lang.String port)
           
 void IVirtualNetworkService.addHost(MACAddress mac, java.lang.String network, java.lang.String port)
          Adds a host to a virtual network.
 void VirtualNetwork.addHost(java.lang.String port, MACAddress host)
          Adds a host to this network record
 void VirtualNetworkFilter.deleteHost(MACAddress mac, java.lang.String port)
           
 void IVirtualNetworkService.deleteHost(MACAddress mac, java.lang.String port)
          Deletes a host from a virtual network.
protected  boolean VirtualNetworkFilter.oneSameNetwork(MACAddress m1, MACAddress m2)
          Checks to see if two MAC Addresses are on the same network.
 boolean VirtualNetwork.removeHost(MACAddress host)
          Removes a host from this network record