Searched refs:dname2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ldns/ldns/
H A Ddname.h149 * \param[in] dname2 Second dname rdf to compare
150 * \return -1 if dname1 comes before dname2, 1 if dname1 comes after dname2, and 0 if they are equal.
152 int ldns_dname_compare(const ldns_rdf *dname1, const ldns_rdf *dname2);
/freebsd-11-stable/contrib/ldns/
H A Ddname.c356 ldns_dname_compare(const ldns_rdf *dname1, const ldns_rdf *dname2) argument
367 if (!dname1 && !dname2) {
370 if (!dname1 || !dname2) {
378 assert(ldns_rdf_get_type(dname2) == LDNS_RDF_TYPE_DNAME);
381 lc2 = ldns_dname_label_count(dname2);
406 lp2 = ldns_rdf_data(dname2);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dlpi.c357 char dname2[100]; local
435 pcap_strlcpy(dname2, dname, sizeof(dname));
451 if ((fd = open(dname2, O_RDWR)) < 0) {
486 PCAP_ERRBUF_SIZE, errno, "%s", dname2);

Completed in 82 milliseconds