Lines Matching refs:printer
381 printifaceid(opt, printer, arg)
383 void (*printer) __P((void *, char *, ...));
389 printer(arg, "%s", llv6_ntoa(wo->ourid));
390 printer(arg, ",");
392 printer(arg, "%s", llv6_ntoa(wo->hisid));
1434 ipv6cp_printpkt(p, plen, printer, arg)
1437 void (*printer) __P((void *, char *, ...));
1455 printer(arg, " %s", ipv6cp_codenames[code-1]);
1457 printer(arg, " code=0x%x", code);
1458 printer(arg, " id=0x%x", id);
1473 printer(arg, " <");
1481 printer(arg, "compress ");
1482 printer(arg, "0x%x", cishort);
1489 printer(arg, "addr %s", llv6_ntoa(ifaceid));
1495 printer(arg, " %.2x", code);
1497 printer(arg, ">");
1504 printer(arg, " ");
1505 print_string((char *)p, len, printer, arg);
1515 printer(arg, " %.2x", code);