Home
last modified time | relevance | path

Searched refs:option_word_1 (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_packet_send_syn.c95 ULONG option_word_1; in _nx_tcp_packet_send_syn() local
274 option_word_1 = NX_TCP_MSS_OPTION | mss; in _nx_tcp_packet_send_syn()
325 0, option_word_1, option_word_2, NX_NULL); in _nx_tcp_packet_send_syn()
330 … socket_ptr -> nx_tcp_socket_rx_sequence, option_word_1, option_word_2, NX_NULL); in _nx_tcp_packet_send_syn()
Dnx_tcp_packet_send_control.c91 … ULONG ack_number, ULONG option_word_1, ULONG option_word_2, UCHAR *data) in _nx_tcp_packet_send_control() argument
247 NX_CHANGE_ULONG_ENDIAN(option_word_1); in _nx_tcp_packet_send_control()
252 *((ULONG *)packet_ptr -> nx_packet_append_ptr) = option_word_1; in _nx_tcp_packet_send_control()
/NetX-Duo-v6.2.1/common/inc/
Dnx_tcp.h320 … ULONG ack_number, ULONG option_word_1, ULONG option_word_2, UCHAR *data);