Searched defs:IpRepr (Results 1 – 8 of 8) sorted by relevance
/smoltcp-0.9.1/src/socket/ |
D | dns.rs | 340 pub(crate) fn accepts(&self, ip_repr: &IpRepr, udp_repr: &UdpRepr) -> bool { in accepts() 352 ip_repr: &IpRepr, in process() 505 F: FnOnce(&mut Context, (IpRepr, UdpRepr, &[u8])) -> Result<(), E>, in dispatch()
|
D | tcp.rs | 1168 pub(crate) fn reply(ip_repr: &IpRepr, repr: &TcpRepr) -> (IpRepr, TcpRepr<'static>) { in reply() 1192 pub(crate) fn rst_reply(ip_repr: &IpRepr, repr: &TcpRepr) -> (IpRepr, TcpRepr<'static>) { in rst_reply() 1208 fn ack_reply(&mut self, ip_repr: &IpRepr, repr: &TcpRepr) -> (IpRepr, TcpRepr<'static>) { in ack_reply() 1268 ip_repr: &IpRepr, in challenge_ack_reply() 1270 ) -> Option<(IpRepr, TcpRepr<'static>)> { in challenge_ack_reply() 1281 pub(crate) fn accepts(&self, _cx: &mut Context, ip_repr: &IpRepr, repr: &TcpRepr) -> bool { in accepts() 1312 ip_repr: &IpRepr, in process() 1314 ) -> Option<(IpRepr, TcpRepr<'static>)> { in process() 1962 F: FnOnce(&mut Context, (IpRepr, TcpRepr)) -> Result<(), E>, in dispatch()
|
D | udp.rs | 373 pub(crate) fn accepts(&self, _cx: &mut Context, ip_repr: &IpRepr, repr: &UdpRepr) -> bool { in accepts() 391 ip_repr: &IpRepr, in process() 426 F: FnOnce(&mut Context, (IpRepr, UdpRepr, &[u8])) -> Result<(), E>, in dispatch()
|
D | icmp.rs | 372 pub(crate) fn accepts(&self, cx: &mut Context, ip_repr: &IpRepr, icmp_repr: &IcmpRepr) -> bool { in accepts() 441 pub(crate) fn process(&mut self, _cx: &mut Context, ip_repr: &IpRepr, icmp_repr: &IcmpRepr) { in process() 485 F: FnOnce(&mut Context, (IpRepr, IcmpRepr)) -> Result<(), E>, in dispatch()
|
D | raw.rs | 291 pub(crate) fn process(&mut self, cx: &mut Context, ip_repr: &IpRepr, payload: &[u8]) { in process() 322 F: FnOnce(&mut Context, (IpRepr, &[u8])) -> Result<(), E>, in dispatch()
|
/smoltcp-0.9.1/src/iface/interface/ |
D | mod.rs | 338 pub(crate) fn ip_repr(&self) -> IpRepr { in ip_repr() 359 _ip_repr: &IpRepr, in emit_payload() 1311 ip_repr: &IpRepr, in raw_socket_filter() 1359 ip_repr: IpRepr, in process_udp() 1422 ip_repr: IpRepr, in process_tcp()
|
D | ipv6.rs | 108 ip_repr: IpRepr, in process_icmpv6()
|
D | ipv4.rs | 238 ip_repr: IpRepr, in process_icmpv4()
|