type net.PacketConn
7 uses
net (current package)
dial.go#L652: func (lc *ListenConfig) ListenPacket(ctx context.Context, network, address string) (PacketConn, error) {
dial.go#L662: var c PacketConn
dial.go#L731: func ListenPacket(network, address string) (PacketConn, error) {
dnsclient_unix.go#L164: if _, ok := c.(PacketConn); ok {
file.go#L45: func FilePacketConn(f *os.File) (c PacketConn, err error) {
file_unix.go#L104: func filePacketConn(f *os.File) (PacketConn, error) {
net.go#L309: type PacketConn interface {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |