Searched refs:TCP_SACK_BIN (Results 1 – 2 of 2) sorted by relevance
56 pub const TCP_SACK_BIN: [u8; 352] = [ constant
9 use common::{TCP_SACK_ASM, TCP_SACK_BIN};601 assert_eq!(assemble(TCP_SACK_ASM), Ok(TCP_SACK_BIN.to_vec())); in test_tcp_sack()