Home
last modified time | relevance | path

Searched defs:hop_limit (Results 1 – 8 of 8) sorted by relevance

/smoltcp-0.9.1/src/socket/
Ddns.rs119 hop_limit: Option<u8>, field
151 pub fn hop_limit(&self) -> Option<u8> { in hop_limit() method
507 let hop_limit = self.hop_limit.unwrap_or(64); in dispatch() localVariable
Dudp.rs51 hop_limit: Option<u8>, field
117 pub fn hop_limit(&self) -> Option<u8> { in hop_limit() method
429 let hop_limit = self.hop_limit.unwrap_or(64); in dispatch() localVariable
Dicmp.rs87 hop_limit: Option<u8>, field
147 pub fn hop_limit(&self) -> Option<u8> { in hop_limit() method
487 let hop_limit = self.hop_limit.unwrap_or(64); in dispatch() localVariable
Dtcp.rs366 hop_limit: Option<u8>, field
623 pub fn hop_limit(&self) -> Option<u8> { in hop_limit() method
/smoltcp-0.9.1/src/wire/
Dipv6.rs533 pub fn hop_limit(&self) -> u8 { in hop_limit() method
669 pub hop_limit: u8, field
Dipv4.rs415 pub fn hop_limit(&self) -> u8 { in hop_limit() method
627 pub hop_limit: u8, field
Dsixlowpan.rs605 pub fn hop_limit(&self) -> u8 { in hop_limit() method
1155 pub hop_limit: u8, field
Dip.rs659 pub const fn hop_limit(&self) -> u8 { in hop_limit() method