Lines Matching defs:arg
91 static void chap_timeout(void *arg);
108 void (*printer) (void *, const char *, ...), void *arg);
223 static void chap_timeout(void *arg) {
224 ppp_pcb *pcb = (ppp_pcb*)arg;
250 TIMEOUT(chap_timeout, arg, pcb->settings.chap_timeout_time);
594 void (*printer) (void *, const char *, ...), void *arg) {
608 printer(arg, " %s", chap_code_names[code-1]);
610 printer(arg, " code=0x%x", code);
611 printer(arg, " id=0x%x", id);
623 printer(arg, " <");
626 printer(arg, "%.2x", x);
628 printer(arg, ">, name = ");
629 ppp_print_string(p, nlen, printer, arg);
633 printer(arg, " ");
634 ppp_print_string(p, len, printer, arg);
639 printer(arg, " %.2x", x);