Searched refs:TelnetOptions (Results 1 – 1 of 1) sorted by relevance
658 for (ulIdx = 0; ulIdx < (sizeof(TelnetOptions) / sizeof(TelnetOptions[0])); ulIdx++) { in TelnetProcessWill()660 if (TelnetOptions[ulIdx].option == option) { in TelnetProcessWill()664 TelnetOptions[ulIdx].flags = (TelnetOptions[ulIdx].flags & 0xFD) in TelnetProcessWill()700 for (ulIdx = 0; ulIdx < (sizeof(TelnetOptions) / sizeof(TelnetOptions[0])); ulIdx++) { in TelnetProcessWont()702 if (TelnetOptions[ulIdx].option == option) { in TelnetProcessWont()706 TelnetOptions[ulIdx].flags = (TelnetOptions[ulIdx].flags & 0xFD) in TelnetProcessWont()741 for (ulIdx = 0; ulIdx < (sizeof(TelnetOptions) / sizeof(TelnetOptions[0])); ulIdx++) { in TelnetProcessDo()743 if (TelnetOptions[ulIdx].option == option) { in TelnetProcessDo()747 TelnetOptions[ulIdx].flags = (TelnetOptions[ulIdx].flags & 0xFB) in TelnetProcessDo()782 for (ulIdx = 0; ulIdx < (sizeof(TelnetOptions) / sizeof(TelnetOptions[0])); ulIdx++) { in TelnetProcessDont()[all …]
Completed in 3 milliseconds