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

/freebsd-11.0-release/contrib/tcpdump/
H A Dtcpdump.c1082 gndo->ndo_dlt=-1;
1451 gndo->ndo_dlt =
1453 if (gndo->ndo_dlt < 0)
1805 if (gndo->ndo_dlt >= 0) {
1807 if (pcap_set_datalink(pd, gndo->ndo_dlt) < 0)
1815 if (gndo->ndo_dlt != pcap_datalink(pd)) {
H A Dnetdissect.h115 int ndo_dlt; /* if != -1, ask libpcap for the DLT it names*/ member in struct:netdissect_options

Completed in 63 milliseconds