Uses of Class
org.opendaylight.netvirt.dhcpservice.api.DHCP
-
Packages that use DHCP Package Description org.opendaylight.netvirt.dhcpservice org.opendaylight.netvirt.dhcpservice.api -
-
Uses of DHCP in org.opendaylight.netvirt.dhcpservice
Methods in org.opendaylight.netvirt.dhcpservice with parameters of type DHCP Modifier and Type Method Description protected @org.eclipse.jdt.annotation.Nullable byte[]DhcpPktHandler. getDhcpPacketOut(DHCP reply, org.opendaylight.genius.mdsalutil.packet.Ethernet etherPkt, java.lang.String phyAddrees) -
Uses of DHCP in org.opendaylight.netvirt.dhcpservice.api
Methods in org.opendaylight.netvirt.dhcpservice.api that return DHCP Modifier and Type Method Description DHCPDHCP. setChaddr(byte[] chaddr)DHCPDHCP. setCiaddr(byte[] ciaddr)DHCPDHCP. setCiaddr(int dhcpCiaddr)DHCPDHCP. setFile(byte[] file)DHCPDHCP. setFlags(short dhcpFlags)DHCPDHCP. setGiaddr(byte[] giaddr)DHCPDHCP. setGiaddr(int dhcpGiaddr)DHCPDHCP. setHlen(byte dhcpHlen)DHCPDHCP. setHops(byte dhcpHops)DHCPDHCP. setHtype(byte dhcpHtype)DHCPDHCP. setMcookie(int dhcpMc)DHCPDHCP. setOp(byte dhcpOp)DHCPDHCP. setOptions(byte[] options)DHCPDHCP. setSecs(short dhcpSecs)DHCPDHCP. setSiaddr(int dhcpSiaddr)DHCPDHCP. setSiaddr(java.lang.String dhcpSiaddr)DHCPDHCP. setSname(byte[] sname)DHCPDHCP. setXid(int dhcpXid)DHCPDHCP. setYiaddr(int dhcpYiaddr)DHCPDHCP. setYiaddr(java.lang.String dhcpYiaddr)
-