Searched defs:isc_net_ntop (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Dinet_ntop_test.c14 * Force the prototype for isc_net_ntop to be declared.
21 ATF_TC(isc_net_ntop); variable
22 ATF_TC_HEAD(isc_net_ntop, tc) {
23 atf_tc_set_md_var(tc, "descr", "isc_net_ntop implementation");
25 ATF_TC_BODY(isc_net_ntop, tc) {
48 isc_net_ntop(testdata[i].family, abuf, buf, sizeof(buf));
57 ATF_TP_ADD_TC(tp, isc_net_ntop);
/bind-9.11.3/lib/isc/
H A Dinet_ntop.c44 * isc_net_ntop(af, src, dst, size)
52 isc_net_ntop(int af, const void *src, char *dst, size_t size) function

Completed in 11 milliseconds