Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/net/
Dsocket.rs288 remote_endpoint: Option<Endpoint>, // 记录远程endpoint提供给connect(), 应该使用IP地址。 field
375 let remote_endpoint: &wire::IpEndpoint = { in write() localVariable