Searched refs:_nx_tcp_packet_send_control (Results 1 – 7 of 7) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nx_tcp_packet_send_rst.c | 84 …_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()
|
D | nx_tcp_packet_send_fin.c | 74 _nx_tcp_packet_send_control(socket_ptr, (NX_TCP_FIN_BIT | NX_TCP_ACK_BIT), tx_sequence, in _nx_tcp_packet_send_fin()
|
D | nx_tcp_packet_send_ack.c | 86 _nx_tcp_packet_send_control(socket_ptr, NX_TCP_ACK_BIT, tx_sequence, in _nx_tcp_packet_send_ack()
|
D | nx_tcp_packet_send_probe.c | 77 _nx_tcp_packet_send_control(socket_ptr, NX_TCP_ACK_BIT, tx_sequence, in _nx_tcp_packet_send_probe()
|
D | nx_tcp_packet_send_syn.c | 324 _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()
|
D | nx_tcp_packet_send_control.c | 90 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/ |
D | nx_tcp.h | 319 VOID _nx_tcp_packet_send_control(NX_TCP_SOCKET *socket_ptr, ULONG control_bits, ULONG tx_sequence,
|