HomeSort by relevance Sort by last modified time
    Searched refs:SLC_NAMES (Results 51 - 51 of 51) sorted by null

1 23

  /external/tcpdump/
print-telnet.c 233 * For backwards compatibility, we define SLC_NAMES to be the
234 * list of names if SLC_NAMES is not defined.
244 #ifdef SLC_NAMES
245 const char *slc_names[] = { variable
249 extern char *slc_names[];
250 #define SLC_NAMES SLC_NAMELIST
254 #define SLC_NAME(x) slc_names[x]

Completed in 93 milliseconds

1 23