Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pppd/
Doptions.c195 static int nopcomp(char **);
318 {"nopcomp", 0, nopcomp}, /* Disable protocol field compression */
319 {"-pc", 0, nopcomp}, /* Disable protocol field compress */
1333 nopcomp(argv) in nopcomp() function