Searched defs:fcsalt_strings (Results 1 - 1 of 1) sorted by relevance

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

Completed in 874 milliseconds