Lines Matching refs:scope_id
113 scope_id: u32,
377 /// and the `flowinfo` and `scope_id` fields.
379 /// For more information on the meaning and layout of the `flowinfo` and `scope_id`
398 pub const fn new(ip: Ipv6Addr, port: u16, flowinfo: u32, scope_id: u32) -> SocketAddrV6 {
403 scope_id,
540 /// assert_eq!(socket.scope_id(), 78);
548 pub const fn scope_id(&self) -> u32 {
549 self.scope_id
554 /// See [`SocketAddrV6::scope_id`]'s documentation for more details.
563 /// assert_eq!(socket.scope_id(), 42);
567 self.scope_id = new_scope_id;
641 (self.port, &self.ip, self.flowinfo, self.scope_id).hash(s)