HomeSort by relevance Sort by last modified time
    Searched full:dlts (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/missing/
datalinks.c 59 * interface. Return a list of DLTs containing only the
  /external/tcpdump/
tcpdump.c 307 int *dlts = 0; local
310 n_dlts = pcap_list_datalinks(pd, &dlts);
313 else if (n_dlts == 0 || !dlts)
319 dlt_name = pcap_datalink_val_to_name(dlts[n_dlts]);
322 pcap_datalink_val_to_description(dlts[n_dlts]));
327 if (lookup_printer(dlts[n_dlts]) == NULL)
332 dlts[n_dlts]);
335 free(dlts);
919 error("%s is not one of the DLTs supported by this device\n",
    [all...]
  /external/libpcap/
pcap.c 229 * We couldn't fetch the list of DLTs, which means
231 * DLT for an interface. Return a list of DLTs
263 * We couldn't fetch the list of DLTs, or we don't
307 "%s is not one of the DLTs supported by this device",
311 "DLT %d is not one of the DLTs supported by this device",
pcap-bpf.c 752 * We know the default link type -- now determine all the DLTs

Completed in 86 milliseconds