HomeSort by: relevance | last modified time | path
    Searched refs:new_dlt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-bpf.c 1906 u_int new_dlt; local
2407 new_dlt = find_802_11(&bdl);
2408 if (new_dlt != -1) {
2412 * new_dlt is the best of the 802.11
2429 if ((u_int)new_dlt != v) {
2431 &new_dlt) != -1) {
2437 v = new_dlt;
2491 new_dlt = find_802_11(&bdl);
2492 if (new_dlt != (unsigned)-1) {
2495 * new_dlt is the best of the 802.1
3282 int new_dlt; local
    [all...]
  /src/external/bsd/tcpdump/dist/
tcpdump.c 2957 int new_dlt; local
2970 new_dlt = pcap_datalink(pd);
2971 if (new_dlt != dlt) {
2999 dlt = new_dlt;

Completed in 20 milliseconds