Home
last modified time | relevance | path

Searched refs:_nx_tcp_packet_send_control (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_packet_send_rst.c84_nx_tcp_packet_send_control(socket_ptr, NX_TCP_RST_BIT, header_ptr -> nx_tcp_acknowledgment_number, in _nx_tcp_packet_send_rst()
89 _nx_tcp_packet_send_control(socket_ptr, (NX_TCP_RST_BIT | NX_TCP_ACK_BIT), 0, in _nx_tcp_packet_send_rst()
Dnx_tcp_packet_send_fin.c74 _nx_tcp_packet_send_control(socket_ptr, (NX_TCP_FIN_BIT | NX_TCP_ACK_BIT), tx_sequence, in _nx_tcp_packet_send_fin()
Dnx_tcp_packet_send_ack.c86 _nx_tcp_packet_send_control(socket_ptr, NX_TCP_ACK_BIT, tx_sequence, in _nx_tcp_packet_send_ack()
Dnx_tcp_packet_send_probe.c77 _nx_tcp_packet_send_control(socket_ptr, NX_TCP_ACK_BIT, tx_sequence, in _nx_tcp_packet_send_probe()
Dnx_tcp_packet_send_syn.c324 _nx_tcp_packet_send_control(socket_ptr, NX_TCP_SYN_BIT, tx_sequence, in _nx_tcp_packet_send_syn()
329 _nx_tcp_packet_send_control(socket_ptr, (NX_TCP_SYN_BIT | NX_TCP_ACK_BIT), tx_sequence, in _nx_tcp_packet_send_syn()
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() function
/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,