Home
last modified time | relevance | path

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

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