Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1085 Files are added or modified to optimize the logic of sending TCP control packet:
1290 Files are modified to optimize the code for deleting transmission control block
1474 … Fixed typo for API names of stateless address control.
2703 modified handling invalid RST control message
3423 Files are modified to properly initialize the crypto control block and pass crypto handled
5720 … socket if an error occurs on the control socket ending
5728 … error occurs on the control socket ending the file open
5815 … Modified the NX_SNMP_AGENT control block to support the new API/features.
/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c8336 UCHAR control = 0x03; in _nx_ppp_crc_append() local
8351 crc_value = ( crc_value >> 8 ) ^ _nx_ppp_crc_table[ ( crc_value & 0xFF ) ^ control ]; in _nx_ppp_crc_append()