Searched refs:ndo_dlt (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/network/tcpdump/
H A Dtcpdump.c476 gndo->ndo_dlt=-1;
762 gndo->ndo_dlt =
764 if (gndo->ndo_dlt < 0)
906 if (gndo->ndo_dlt >= 0) {
908 if (pcap_set_datalink(pd, gndo->ndo_dlt) < 0)
916 if (gndo->ndo_dlt != pcap_datalink(pd)) {
H A Dnetdissect.h104 int ndo_dlt; /* if != -1, ask libpcap for the DLT it names*/ member in struct:netdissect_options

Completed in 43 milliseconds