MCPcopy Create free account

hub / github.com/coredhcp/coredhcp / functions

Functions175 in github.com/coredhcp/coredhcp

FunctionTest4Alloc
(t *testing.T)
plugins/allocators/bitmap/bitmap_ipv4_test.go:20
FunctionTest4OutOfPool
(t *testing.T)
plugins/allocators/bitmap/bitmap_ipv4_test.go:48
FunctionTestAddDomains4
(t *testing.T)
plugins/searchdomains/plugin_test.go:57
FunctionTestAddDomains6
(t *testing.T)
plugins/searchdomains/plugin_test.go:17
FunctionTestAddServer4
(t *testing.T)
plugins/dns/plugin_test.go:90
FunctionTestAddServer4
(t *testing.T)
plugins/mtu/plugin_test.go:14
FunctionTestAddServer6
(t *testing.T)
plugins/dns/plugin_test.go:15
FunctionTestAddServerIDV6
(t *testing.T)
plugins/serverid/plugin_test.go:72
FunctionTestAlloc
(t *testing.T)
plugins/allocators/bitmap/bitmap_test.go:28
FunctionTestCheckValidNetmask
(t *testing.T)
plugins/netmask/plugin_test.go:15
FunctionTestDup
(t *testing.T)
plugins/prefix/plugin_test.go:84
FunctionTestExhaust
(t *testing.T)
plugins/allocators/bitmap/bitmap_test.go:47
FunctionTestFreeIPAddress
(t *testing.T)
plugins/range/storage_test.go:101
FunctionTestFreeIPAddressExecutionError
(t *testing.T)
plugins/range/storage_test.go:202
FunctionTestFreeIPAddressNonExistent
(t *testing.T)
plugins/range/storage_test.go:136
FunctionTestFreeIPAddressVerifyDeletion
(t *testing.T)
plugins/range/storage_test.go:163
FunctionTestHandler4
(t *testing.T)
plugins/file/plugin_test.go:300
FunctionTestHandler4
(t *testing.T)
plugins/netmask/plugin_test.go:26
FunctionTestHandler4Release
(t *testing.T)
plugins/range/plugin_test.go:45
FunctionTestHandler4ReleaseAllocatorError
(t *testing.T)
plugins/range/plugin_test.go:101
FunctionTestHandler4ReleaseStorageError
(t *testing.T)
plugins/range/plugin_test.go:155
FunctionTestHandler6
(t *testing.T)
plugins/file/plugin_test.go:347
FunctionTestLoadDHCPv4Records
(t *testing.T)
plugins/file/plugin_test.go:20
FunctionTestLoadDHCPv6Records
(t *testing.T)
plugins/file/plugin_test.go:160
FunctionTestLoadRecords
(t *testing.T)
plugins/range/storage_test.go:48
FunctionTestNotRequested
(t *testing.T)
plugins/ipv6only/plugin_test.go:45
FunctionTestNotRequested4
(t *testing.T)
plugins/dns/plugin_test.go:123
FunctionTestNotRequested4
(t *testing.T)
plugins/mtu/plugin_test.go:43
FunctionTestNotRequested6
(t *testing.T)
plugins/dns/plugin_test.go:58
FunctionTestNotRequestedAssignedIP
(t *testing.T)
plugins/autoconfigure/plugin_test.go:74
FunctionTestNotRequestedNoIP
(t *testing.T)
plugins/autoconfigure/plugin_test.go:99
FunctionTestOptionRequested
(t *testing.T)
plugins/ipv6only/plugin_test.go:16
FunctionTestOptionRequested0
(t *testing.T)
plugins/autoconfigure/plugin_test.go:15
FunctionTestOptionRequested1
(t *testing.T)
plugins/autoconfigure/plugin_test.go:44
FunctionTestOutOfPool
(t *testing.T)
plugins/allocators/bitmap/bitmap_test.go:79
FunctionTestRejectBadServerIDV6
(t *testing.T)
plugins/serverid/plugin_test.go:22
FunctionTestRejectInnerMessageServerID
(t *testing.T)
plugins/serverid/plugin_test.go:99
FunctionTestRejectUnexpectedServerIDV6
(t *testing.T)
plugins/serverid/plugin_test.go:47
FunctionTestRoundTrip
(t *testing.T)
plugins/prefix/plugin_test.go:15
FunctionTestSetup4
(t *testing.T)
plugins/staticroute/plugin_test.go:13
FunctionTestSetup4
(t *testing.T)
plugins/netmask/plugin_test.go:44
FunctionTestSetupFile
(t *testing.T)
plugins/file/plugin_test.go:395
FunctionTestSplitHostPort
(t *testing.T)
config/config_test.go:9
FunctionTestWriteRecords
(t *testing.T)
plugins/range/storage_test.go:74
FunctiondomainSearchListHandler4
(req, resp *dhcpv4.DHCPv4)
plugins/searchdomains/plugin.go:72
FunctiondomainSearchListHandler6
(req, resp dhcpv6.DHCPv6)
plugins/searchdomains/plugin.go:65
FunctionexampleHandler4
exampleHandler4 behaves like exampleHandler6, but for DHCPv4 packets. It implements the `handler.Handler4` interface.
plugins/example/plugin.go:112
FunctionexampleHandler6
exampleHandler6 handles DHCPv6 packets for the example plugin. It implements the `handler.Handler6` interface. The input arguments are the request pac
plugins/example/plugin.go:102
Functionmain
Create a server and run a DORA exchange with it
integ/server6/server6.go:105
Functionmain
()
cmds/client/main.go:23
Functionmain
()
cmds/coredhcp-generator/main.go:52
Functionmain
()
cmds/coredhcp/main.go:82
FunctionnbpHandler4
(req, resp *dhcpv4.DHCPv4)
plugins/nbp/nbp.go:128
FunctionnbpHandler6
(req, resp dhcpv6.DHCPv6)
plugins/nbp/nbp.go:102
Functionsetup4
setup4 behaves like setupExample6, but for DHCPv4 packets. It implements the `plugin.SetupFunc4` interface.
plugins/example/plugin.go:84
Functionsetup4
(args ...string)
plugins/autoconfigure/plugin.go:49
Functionsetup4
(args ...string)
plugins/dns/plugin.go:47
Functionsetup4
(args ...string)
plugins/mtu/plugin.go:32
Functionsetup4
(args ...string)
plugins/serverid/plugin.go:98
Functionsetup4
(args ...string)
plugins/file/plugin.go:238
Functionsetup4
(args ...string)
plugins/ipv6only/plugin.go:38
Functionsetup4
(args ...string)
plugins/router/plugin.go:29
Functionsetup4
(args ...string)
plugins/nbp/nbp.go:81
Functionsetup4
(args ...string)
plugins/sleep/plugin.go:59
Functionsetup4
(args ...string)
plugins/searchdomains/plugin.go:59
Functionsetup4
(args ...string)
plugins/leasetime/plugin.go:45
Functionsetup6
setup6 is the setup function to initialize the handler for DHCPv6 traffic. This function implements the `plugin.SetupFunc6` interface. This function r
plugins/example/plugin.go:77
Functionsetup6
(args ...string)
plugins/dns/plugin.go:32
Functionsetup6
(args ...string)
plugins/serverid/plugin.go:114
Functionsetup6
(args ...string)
plugins/file/plugin.go:233
Functionsetup6
(args ...string)
plugins/nbp/nbp.go:64
Functionsetup6
(args ...string)
plugins/sleep/plugin.go:47
Functionsetup6
(args ...string)
plugins/searchdomains/plugin.go:53
FunctionsetupRange
(args ...string)
plugins/range/plugin.go:121
Functionusage
()
cmds/coredhcp-generator/main.go:41
← previous101–175 of 175, ranked by callers