Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/arpa/
H A Dtelnet.h129 char *telopts[NTELOPTS+1] = { variable
146 #define TELOPT(x) telopts[(x)-TELOPT_FIRST]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c556 extern char *telopts[];
567 for (cpp = telopts; *cpp; cpp++) {
579 cpp = (char **)genget(name, telopts, sizeof (char *));
587 val = cpp - telopts;