serverv6

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

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

Constants

This section is empty.

Variables

This section is empty.

Functions

func SingleClientDHCPv6Server

func SingleClientDHCPv6Server(clientIP net.IP, serverIfaceName string) error

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) ReadFrom

func (fc *FilteredConn) ReadFrom(b []byte) (n int, addr net.Addr, err error)

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

func (*FilteredConn) WriteTo

func (fc *FilteredConn) WriteTo(b []byte, addr net.Addr) (n int, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL