Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-telnet.c153 #define NTELOPTS (1+TELOPT_NEW_ENVIRON) macro
155 static const char *telopts[NTELOPTS+1] = {
428 if (x >= 0 && x < NTELOPTS) { in telnet_parse()