Searched refs:control_bits (Results 1 – 2 of 2) sorted by relevance
90 VOID _nx_tcp_packet_send_control(NX_TCP_SOCKET *socket_ptr, ULONG control_bits, ULONG tx_sequence, in _nx_tcp_packet_send_control() argument113 if (control_bits & NX_TCP_SYN_BIT) in _nx_tcp_packet_send_control()217 tcp_header_ptr -> nx_tcp_header_word_3 = header_size | control_bits | window_size; in _nx_tcp_packet_send_control()242 if (control_bits & NX_TCP_SYN_BIT) in _nx_tcp_packet_send_control()
319 VOID _nx_tcp_packet_send_control(NX_TCP_SOCKET *socket_ptr, ULONG control_bits, ULONG tx_sequence,