Searched refs:split2 (Results 1 – 1 of 1) sorted by relevance
428 let split2 = &split[8..]; in unmarshal_candidate() localVariable430 if split2[0] == "raddr" { in unmarshal_candidate()431 if split2.len() < 4 { in unmarshal_candidate()439 rel_addr = split2[1].to_owned(); in unmarshal_candidate()442 rel_port = split2[3].parse()?; in unmarshal_candidate()443 } else if split2[0] == "tcptype" { in unmarshal_candidate()444 if split2.len() < 2 { in unmarshal_candidate()451 tcp_type = TcpType::from(split2[1]); in unmarshal_candidate()