type golang.org/x/sys/unix.TIPCServiceName

5 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L854: func (sa *TIPCServiceName) tipcAddr() [12]byte {
		syscall_linux.go#L856: 	copy(out[:], (*(*[unsafe.Sizeof(TIPCServiceName{})]byte)(unsafe.Pointer(sa)))[:])
		syscall_linux.go#L860: func (sa *TIPCServiceName) tipcAddrtype() uint8 { return TIPC_SERVICE_ADDR }
		syscall_linux.go#L1138: 			sa.Addr = (*TIPCServiceName)(unsafe.Pointer(&pp.Addr))
		ztypes_linux.go#L3148: type TIPCServiceName struct {