Home
last modified time | relevance | path

Searched refs:control_bits (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_packet_send_control.c90 VOID _nx_tcp_packet_send_control(NX_TCP_SOCKET *socket_ptr, ULONG control_bits, ULONG tx_sequence, in _nx_tcp_packet_send_control() argument
113 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()
/NetX-Duo-v6.2.1/common/inc/
Dnx_tcp.h319 VOID _nx_tcp_packet_send_control(NX_TCP_SOCKET *socket_ptr, ULONG control_bits, ULONG tx_sequence,