Home | History | Annotate | Download | only in pppd

Lines Matching defs:pppox

25     {"pppox", o_special, pppox_set, "PPPoX socket", OPT_DEVNAM},
43 static int pppox = -1;
46 if (!int_option(*argv, &pppox)) {
49 info("Using PPPoX (socket = %d)", pppox);
55 return pppox;
59 if (pppox != -1) {
60 close(pppox);
61 pppox = -1;