type golang.org/x/sys/unix.TIPCServiceRange
6 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L846: func (sa *TIPCServiceRange) tipcAddr() [12]byte {
syscall_linux.go#L848: copy(out[:], (*(*[unsafe.Sizeof(TIPCServiceRange{})]byte)(unsafe.Pointer(sa)))[:])
syscall_linux.go#L852: func (sa *TIPCServiceRange) tipcAddrtype() uint8 { return TIPC_SERVICE_RANGE }
syscall_linux.go#L1136: sa.Addr = (*TIPCServiceRange)(unsafe.Pointer(&pp.Addr))
ztypes_linux.go#L3142: type TIPCServiceRange struct {
ztypes_linux_amd64.go#L658: Seq TIPCServiceRange
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)