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

/freebsd-10.0-release/contrib/tcpdump/
H A Dtcpdump.c729 gndo->ndo_dlt=-1;
1082 gndo->ndo_dlt =
1084 if (gndo->ndo_dlt < 0)
1377 if (gndo->ndo_dlt >= 0) {
1379 if (pcap_set_datalink(pd, gndo->ndo_dlt) < 0)
1387 if (gndo->ndo_dlt != pcap_datalink(pd)) {
H A Dnetdissect.h109 int ndo_dlt; /* if != -1, ask libpcap for the DLT it names*/ member in struct:netdissect_options

Completed in 178 milliseconds