HomeSort by relevance Sort by last modified time
    Searched refs:ndo_printer (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-ppi.c 47 if_ndo_printer ndo_printer; local
70 } else if ((ndo_printer = lookup_ndo_printer(dlt)) != NULL) {
71 ndo_printer(ndo, h, p);
tcpdump.c 156 struct ndo_printer { struct
317 static struct ndo_printer ndo_printers[] = {
359 struct ndo_printer *p;
381 if_ndo_printer ndo_printer; member in union:print_info::__anon36164
656 printinfo.p.ndo_printer = lookup_ndo_printer(type);
657 if (printinfo.p.ndo_printer == NULL) {
    [all...]

Completed in 48 milliseconds