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

  /external/tcpdump/
tcpdump.c 478 gndo->ndo_dlt=-1;
764 gndo->ndo_dlt =
766 if (gndo->ndo_dlt < 0)
908 if (gndo->ndo_dlt >= 0) {
910 if (pcap_set_datalink(pd, gndo->ndo_dlt) < 0)
918 if (gndo->ndo_dlt != pcap_datalink(pd)) {
    [all...]
netdissect.h 104 int ndo_dlt; /* if != -1, ask libpcap for the DLT it names*/ member in struct:netdissect_options

Completed in 411 milliseconds