Documentation ¶
Overview ¶
* This file is part of the KubeVirt project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * Copyright 2020 Red Hat, Inc. *
Index ¶
- func SingleClientDHCPv6Server(clientIP net.IP, serverIfaceName string) error
- type DHCPv6Handler
- type FilteredConn
- func (fc *FilteredConn) Close() error
- func (fc *FilteredConn) LocalAddr() net.Addr
- func (fc *FilteredConn) ReadFrom(b []byte) (n int, addr net.Addr, err error)
- func (fc *FilteredConn) SetDeadline(t time.Time) error
- func (fc *FilteredConn) SetReadDeadline(t time.Time) error
- func (fc *FilteredConn) SetWriteDeadline(t time.Time) error
- func (fc *FilteredConn) WriteTo(b []byte, addr net.Addr) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DHCPv6Handler ¶
type DHCPv6Handler struct {
// contains filtered or unexported fields
}
func (*DHCPv6Handler) ServeDHCPv6 ¶
func (h *DHCPv6Handler) ServeDHCPv6(conn net.PacketConn, peer net.Addr, m dhcpv6.DHCPv6)
type FilteredConn ¶
type FilteredConn struct {
// contains filtered or unexported fields
}
func NewConnection ¶
func NewConnection(serverIface *net.Interface) (*FilteredConn, error)
func (*FilteredConn) Close ¶
func (fc *FilteredConn) Close() error
func (*FilteredConn) LocalAddr ¶
func (fc *FilteredConn) LocalAddr() net.Addr
func (*FilteredConn) SetDeadline ¶
func (fc *FilteredConn) SetDeadline(t time.Time) error
func (*FilteredConn) SetReadDeadline ¶
func (fc *FilteredConn) SetReadDeadline(t time.Time) error
func (*FilteredConn) SetWriteDeadline ¶
func (fc *FilteredConn) SetWriteDeadline(t time.Time) error
Click to show internal directories.
Click to hide internal directories.