type golang.org/x/sys/unix.TIPCServiceName
5 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L852: func (sa *TIPCServiceName) tipcAddr() [12]byte {
syscall_linux.go#L854: copy(out[:], (*(*[unsafe.Sizeof(TIPCServiceName{})]byte)(unsafe.Pointer(sa)))[:])
syscall_linux.go#L858: func (sa *TIPCServiceName) tipcAddrtype() uint8 { return TIPC_SERVICE_ADDR }
syscall_linux.go#L1136: sa.Addr = (*TIPCServiceName)(unsafe.Pointer(&pp.Addr))
ztypes_linux.go#L3223: type TIPCServiceName struct {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)