Searched defs:flags (Results 1 – 5 of 5) sorted by relevance
152 ### Feature `std`159 ### Feature `alloc`166 ### Feature `log`177 ### Feature `defmt`185 ### Feature `verbose`194 ### Features `phy-raw_socket` and `phy-tuntap_interface`200 ### Features `socket-raw`, `socket-udp`, `socket-tcp`, `socket-icmp`, `socket-dhcpv4`, `socket-dns`206 ### Features `proto-ipv4` and `proto-ipv6`
126 pub fn flags(&self) -> Flags { in flags() method133 let flags = NetworkEndian::read_u16(field); in opcode() localVariable139 let flags = NetworkEndian::read_u16(field); in rcode() localVariable409 pub flags: Flags, field
356 pub fn flags(&self) -> Flags { in flags() method850 let mut flags = Flags::empty(); in emit() localVariable
399 pub flags: PrefixInfoFlags, field
2164 let flags = match (repr.control, repr.ack_number) { in dispatch() localVariable