type net.PacketConn
7 uses
net (current package)
dial.go#L911: func (lc *ListenConfig) ListenPacket(ctx context.Context, network, address string) (PacketConn, error) {
dial.go#L921: var c PacketConn
dial.go#L996: func ListenPacket(network, address string) (PacketConn, error) {
dnsclient_unix.go#L194: if _, ok := c.(PacketConn); ok {
file.go#L45: func FilePacketConn(f *os.File) (c PacketConn, err error) {
file_posix.go#L93: func filePacketConn(f *os.File) (PacketConn, error) {
net.go#L325: type PacketConn interface {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)