Home | History | Annotate | Download | only in pppd

Lines Matching refs:arg

71 				void *arg));
227 cbcp_printpkt(p, plen, printer, arg)
231 void *arg;
246 printer(arg, " %s", cbcp_codenames[code-1]);
248 printer(arg, " code=0x%x", code);
250 printer(arg, " id=0x%x", id);
265 printer(arg, " <");
269 printer(arg, " %s", cbcp_optionnames[opt-1]);
271 printer(arg, " option=0x%x", opt);
275 printer(arg, " delay = %d", delay);
285 printer(arg, " number = %s", str);
287 printer(arg, ">");
297 printer(arg, " %.2x", code);