Home
last modified time | relevance | path

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

/DragonOS/kernel/src/net/socket/
H A Dinet.rs492 local_endpoint: Option<wire::IpEndpoint>, // save local endpoint for bind() field
813 let local_endpoint = self.local_endpoint.ok_or(SystemError::EINVAL)?; in listen() localVariable