Searched refs:TCP_FIN (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtcp.c42 TCP_FIN = 0x1, enumerator in enum:__anon639
196 if (grub_be_to_cpu16 (tcph->flags) & TCP_FIN)
281 tcph_fin->flags = grub_cpu_to_be16_compile_time ((5 << 12) | TCP_FIN
831 if (grub_be_to_cpu16 (unack_tcph->flags) & TCP_FIN)
903 if (grub_be_to_cpu16 (tcph->flags) & TCP_FIN)

Completed in 22 milliseconds