returns the local source address (ip:port)
()
| 79 | ClearSrc() // clears the source address |
| 80 | SrcToString() string // returns the local source address (ip:port) |
| 81 | DstToString() string // returns the destination address (ip:port) |
| 82 | DstToBytes() []byte // used for mac2 cookie calculations |
| 83 | DstIP() netip.Addr |
| 84 | SrcIP() netip.Addr |
no outgoing calls
no test coverage detected