Home
last modified time | relevance | path

Searched defs:remote_endpoint (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/net/socket/
H A Dinet.rs245 remote_endpoint: Option<Endpoint>, // 记录远程endpoint提供给connect(), 应该使用IP地址。 field
365 let remote_endpoint: &wire::IpEndpoint = { in write() localVariable