Searched refs:TCP_FLAG_FIN (Results 1 – 2 of 2) sorted by relevance
7 let f = TCP_FLAG_FIN; in test_tcp_frag_string()
45 pub(crate) const TCP_FLAG_FIN: TcpFlag = TcpFlag(0x01); constant72 if *self & TCP_FLAG_FIN != TCP_FLAG_ZERO { in fmt()