MCPcopy Create free account

hub / github.com/danderson/netboot / functions

Functions307 in github.com/danderson/netboot

MethodMarshal
Marshal serializes Options
dhcp6/options.go:207
FunctionNewConn
NewConn creates a Conn bound to the given UDP ip:port.
dhcp4/conn.go:75
FunctionNewSnooperConn
NewSnooperConn creates a Conn that listens on the given UDP ip:port. Unlike NewConn, NewSnooperConn does not bind to the ip:port, enabling the Conn t
dhcp4/conn_linux.go:39
FunctionNewSnooperConn
NewSnooperConn creates a Conn that listens on the given UDP ip:port. Unlike NewConn, NewSnooperConn does not bind to the ip:port, enabling the Conn t
dhcp4/conn_unsupported.go:25
MethodProgress
()
pixiecore/logging.go:51
MethodReadBootFile
(id ID)
pixiecore/booters.go:98
MethodReadBootFile
(id ID)
pixiecore/booters.go:248
MethodReadBootFile
(id ID)
pixiecore/http_test.go:31
MethodReadBootFile
(id ID)
pixiecore/http_test.go:156
MethodRecv
(b []byte)
dhcp4/conn_linux.go:93
MethodRecv
(b []byte)
dhcp4/conn.go:242
MethodRecvDHCP
RecvDHCP reads next available dhcp packet from Conn
dhcp6/conn.go:88
MethodSend
(b []byte, addr *net.UDPAddr, ifidx int)
dhcp4/conn_linux.go:105
MethodSend
(b []byte, addr *net.UDPAddr, ifidx int)
dhcp4/conn.go:250
MethodSendDHCP
SendDHCP sends a dhcp packet to the specified ip address using Conn
dhcp6/conn.go:111
MethodServe
Serve listens for machines attempting to boot, and responds to their DHCPv6 requests.
pixiecore/pixicorev6.go:38
MethodSetReadDeadline
(t time.Time)
dhcp4/conn_linux.go:134
MethodSetReadDeadline
(t time.Time)
dhcp4/conn.go:262
MethodSetWriteDeadline
(t time.Time)
dhcp4/conn_linux.go:138
MethodSetWriteDeadline
SetWriteDeadline sets the deadline for future Write calls. If the deadline is reached, Write will fail with a timeout (see net.Error) instead of bloc
dhcp4/conn.go:217
MethodSetWriteDeadline
(t time.Time)
dhcp4/conn.go:266
MethodShutdown
Shutdown causes Serve() to exit, cleaning up behind itself.
pixiecore/pixiecore.go:269
MethodShutdown
Shutdown causes Serve() to exit, cleaning up behind itself.
pixiecore/pixicorev6.go:68
MethodSwap
(i, j int)
scripts/prune_old_versions/main.go:100
FunctionTestAPIBooter
(t *testing.T)
pixiecore/booters_test.go:135
FunctionTestCopy
(t *testing.T)
dhcp4/options_test.go:186
FunctionTestExtractLLAddressOrIdWithDUIDEN
(t *testing.T)
dhcp6/packet_builder_test.go:498
FunctionTestExtractLLAddressOrIdWithDUIDLL
(t *testing.T)
dhcp6/packet_builder_test.go:507
FunctionTestExtractLLAddressOrIdWithDUIDLLT
(t *testing.T)
dhcp6/packet_builder_test.go:489
FunctionTestFile
(t *testing.T)
pixiecore/http_test.go:162
FunctionTestFiles
(t *testing.T)
pcap/reader_test.go:48
FunctionTestInterop
(t *testing.T)
tftp/interop_test.go:37
FunctionTestIpxe
(t *testing.T)
pixiecore/http_test.go:36
FunctionTestLinuxConn
(t *testing.T)
dhcp4/conn_linux_test.go:26
FunctionTestMakeDNSServersOption
(t *testing.T)
dhcp6/options_test.go:106
FunctionTestMakeIaAddrOption
(t *testing.T)
dhcp6/options_test.go:30
FunctionTestMakeIaNaOption
(t *testing.T)
dhcp6/options_test.go:52
FunctionTestMakeMsgAdvertise
(t *testing.T)
dhcp6/packet_builder_test.go:10
FunctionTestMakeMsgAdvertiseShouldSkipDnsServersIfNoneConfigured
(t *testing.T)
dhcp6/packet_builder_test.go:75
FunctionTestMakeMsgAdvertiseWithHttpClientArch
(t *testing.T)
dhcp6/packet_builder_test.go:113
FunctionTestMakeMsgInformationRequestReply
(t *testing.T)
dhcp6/packet_builder_test.go:350
FunctionTestMakeMsgInformationRequestReplyShouldSkipDnsServersIfNoneWereConfigured
(t *testing.T)
dhcp6/packet_builder_test.go:408
FunctionTestMakeMsgInformationRequestReplyWithHttpClientArch
(t *testing.T)
dhcp6/packet_builder_test.go:425
FunctionTestMakeMsgReleaseReply
(t *testing.T)
dhcp6/packet_builder_test.go:450
FunctionTestMakeMsgReply
(t *testing.T)
dhcp6/packet_builder_test.go:185
FunctionTestMakeMsgReplyShouldSkipDnsServersIfNoneWereConfigured
(t *testing.T)
dhcp6/packet_builder_test.go:250
FunctionTestMakeMsgReplyWithHttpClientArch
(t *testing.T)
dhcp6/packet_builder_test.go:269
FunctionTestMakeMsgReplyWithNoAddrsAvailable
(t *testing.T)
dhcp6/packet_builder_test.go:296
FunctionTestMakeNoAddrsAvailable
(t *testing.T)
dhcp6/packet_builder_test.go:139
FunctionTestMakeStatusOption
(t *testing.T)
dhcp6/options_test.go:80
FunctionTestMarshalOption
(t *testing.T)
dhcp6/options_test.go:9
FunctionTestOptionByte
(t *testing.T)
dhcp4/options_test.go:22
FunctionTestOptionIP
(t *testing.T)
dhcp4/options_test.go:134
FunctionTestOptionIPMask
(t *testing.T)
dhcp4/options_test.go:160
FunctionTestOptionIPs
(t *testing.T)
dhcp4/options_test.go:102
FunctionTestOptionInt32
(t *testing.T)
dhcp4/options_test.go:82
FunctionTestOptionUint16
(t *testing.T)
dhcp4/options_test.go:42
FunctionTestOptionUint32
(t *testing.T)
dhcp4/options_test.go:62
FunctionTestParse
(t *testing.T)
dhcp4/packet_test.go:59
FunctionTestPortableConn
(t *testing.T)
dhcp4/conn_test.go:115
FunctionTestReadback
(t *testing.T)
pcap/writer_test.go:26
FunctionTestReleaseAddress
(t *testing.T)
dhcp6/pool/random_address_pool_test.go:131
FunctionTestReserveAddress
(t *testing.T)
dhcp6/pool/random_address_pool_test.go:9
FunctionTestReserveAddressKeepsTrackOfAssociationExpiration
(t *testing.T)
dhcp6/pool/random_address_pool_test.go:89
FunctionTestReserveAddressKeepsTrackOfUsedAddresses
(t *testing.T)
dhcp6/pool/random_address_pool_test.go:73
FunctionTestReserveAddressReturnsExistingAssociation
(t *testing.T)
dhcp6/pool/random_address_pool_test.go:109
FunctionTestReserveAddressUpdatesAddressPool
(t *testing.T)
dhcp6/pool/random_address_pool_test.go:52
FunctionTestShouldDiscardRequestWithWrongServerId
(t *testing.T)
dhcp6/packet_test.go:80
FunctionTestShouldDiscardRequestWithoutBootfileUrlOption
(t *testing.T)
dhcp6/packet_test.go:43
FunctionTestShouldDiscardRequestWithoutClientIdOption
(t *testing.T)
dhcp6/packet_test.go:56
FunctionTestShouldDiscardRequestWithoutServerIdOption
(t *testing.T)
dhcp6/packet_test.go:68
FunctionTestShouldDiscardSolicitWithServerIdOption
(t *testing.T)
dhcp6/packet_test.go:29
FunctionTestShouldDiscardSolicitWithoutBootfileUrlOption
(t *testing.T)
dhcp6/packet_test.go:8
FunctionTestShouldDiscardSolicitWithoutClientIdOption
(t *testing.T)
dhcp6/packet_test.go:19
FunctionTestShouldSetPreferenceOptionWhenSpecified
(t *testing.T)
dhcp6/packet_builder_test.go:95
FunctionTestSignURL
(t *testing.T)
pixiecore/urlsign_test.go:23
FunctionTestStaticBooter
(t *testing.T)
pixiecore/booters_test.go:61
FunctionTestUnmarshalFailsIfOROLengthIsOdd
(t *testing.T)
dhcp6/options_test.go:99
FunctionTestWriteRead
(t *testing.T)
dhcp4/packet_test.go:91
MethodWriteBootFile
Write the given Reader to an ID given in Spec.
pixiecore/pixiecore.go:134
MethodWriteBootFile
(ID, io.Reader)
pixiecore/booters.go:122
MethodWriteBootFile
(id ID, body io.Reader)
pixiecore/booters.go:294
MethodWriteBootFile
(id ID, r io.Reader)
pixiecore/http_test.go:34
MethodWriteBootFile
(id ID, r io.Reader)
pixiecore/http_test.go:160
Functionapi
(w http.ResponseWriter, r *http.Request)
pixiecore/api-example/main.go:42
MethoddebugPacket
(subsystem string, layer int, packet []byte)
pixiecore/logging.go:104
MethodhandleBooting
(w http.ResponseWriter, r *http.Request)
pixiecore/http.go:164
MethodhandleTFTP
(path string, clientAddr net.Addr)
pixiecore/tftp.go:76
FunctioninfoLog
(m string)
tftp/interop_test.go:162
Functioninit
()
pixiecore/cli/quickcmd.go:346
Functioninit
()
pixiecore/cli/bootcmd.go:63
Functioninit
()
pixiecore/cli/debugcmd.go:66
Functioninit
()
pixiecore/cli/ipv6apicmd.go:99
Functioninit
()
pixiecore/cli/apicmd.go:55
Functioninit
()
pixiecore/cli/bootipv6cmd.go:102
FunctioninitConfig
()
pixiecore/cli/cli.go:57
MethodlogTFTPTransfer
(clientAddr net.Addr, path string, err error)
pixiecore/tftp.go:62
FunctionlogWithStdFmt
(subsys, msg string)
pixiecore/cli/logging.go:31
FunctionlogWithStdLog
(subsys, msg string)
pixiecore/cli/logging.go:25
Functionmain
()
pixiecore/api-example/main.go:36
← previousnext →201–300 of 307, ranked by callers