Searched refs:ep (Results 1 – 2 of 2) sorted by relevance
72 let mut ep = unsafe { in early_init_memory_blocks() localVariable78 let entry = unsafe { *ep }; in early_init_memory_blocks()111 ep = unsafe { ep.add(1) }; in early_init_memory_blocks()
975 if let Some(ep) = socket.local_endpoint() { in endpoint()976 result = Some(Endpoint::Ip(Some(ep))); in endpoint()