Lines Matching refs:addr
240 if remote_endpoint.addr.is_unspecified() { in send()
278 if remote_endpoint.addr.is_unspecified() { in send_with()
377 if self.endpoint.addr.is_some() in accepts()
378 && self.endpoint.addr != Some(ip_repr.dst_addr()) in accepts()
400 addr: ip_repr.src_addr(), in process()
432 let src_addr = match endpoint.addr { in dispatch()
433 Some(addr) => addr, in dispatch()
434 None => match cx.get_source_address(remote_endpoint.addr) { in dispatch()
435 Some(addr) => addr, in dispatch()
460 remote_endpoint.addr, in dispatch()
533 addr: LOCAL_ADDR.into_address(),
537 addr: REMOTE_ADDR.into_address(),
610 addr: IpvXAddress::UNSPECIFIED.into(), in test_send_unaddressable()