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

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c1602 dnsname_to_labels(u8 *const buf, size_t buf_len, off_t j, function
1695 j = dnsname_to_labels(buf, buf_len, j, name, name_len, NULL);
1922 j = dnsname_to_labels(buf, buf_len, j, s, strlen(s), &table);
1941 r = dnsname_to_labels(buf, buf_len, j, item->name, strlen(item->name), &table);
1953 r = dnsname_to_labels(buf, buf_len, j, item->data, strlen(item->data), &table);
/freebsd-12-stable/contrib/libevent/
H A Devdns.c1600 dnsname_to_labels(u8 *const buf, size_t buf_len, off_t j, function
1693 j = dnsname_to_labels(buf, buf_len, j, name, name_len, NULL);
1920 j = dnsname_to_labels(buf, buf_len, j, s, strlen(s), &table);
1939 r = dnsname_to_labels(buf, buf_len, j, item->name, strlen(item->name), &table);
1951 r = dnsname_to_labels(buf, buf_len, j, item->data, strlen(item->data), &table);

Completed in 125 milliseconds