Home
last modified time | relevance | path

Searched defs:u32 (Results 1 – 2 of 2) sorted by relevance

/DragonReach/src/parse/parse_util/
H A Dmod.rs84 pub fn parse_mode(s: &str) -> Result<u32, ParseError> { in parse_mode()
133 pub fn parse_mtu(s: &str, family: i32) -> Result<u32, ParseError> { in parse_mtu()
252 pub fn parse_range(s: &str) -> Result<(u32, u32), ParseError> { in parse_range() argument
384 pub fn parse_ip_prefix_length(s: &str) -> Result<u32, ParseError> { in parse_ip_prefix_length()
/DragonReach/src/parse/graph/
H A Dmod.rs168 total_after_count: &mut u32, in get_node_num()