Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c96 static char *fcsalt_strings[] = { variable
447 for (cpp = fcsalt_strings; *cpp != NULL; cpp++) {
455 val |= 1<<(cpp-fcsalt_strings);
2642 for (cpp = fcsalt_strings; *cpp != NULL; cpp++)
2643 if (cichar & 1<<(cpp-fcsalt_strings)) {
2644 cichar &= ~(1<<(cpp-fcsalt_strings));