Searched refs:control_bits (Results 1 – 2 of 2) sorted by relevance
92 VOID _nx_tcp_packet_send_control(NX_TCP_SOCKET *socket_ptr, ULONG control_bits, ULONG tx_sequence, in _nx_tcp_packet_send_control() argument115 if (control_bits & NX_TCP_SYN_BIT) in _nx_tcp_packet_send_control()226 tcp_header_ptr -> nx_tcp_header_word_3 = header_size | control_bits | window_size; in _nx_tcp_packet_send_control()251 if (control_bits & NX_TCP_SYN_BIT) in _nx_tcp_packet_send_control()
321 VOID _nx_tcp_packet_send_control(NX_TCP_SOCKET *socket_ptr, ULONG control_bits, ULONG tx_sequence,