gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:getnameinfo from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_send.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_send.c - 46.1KB - 1,357 lines
595:                 Dprint(((statp->options & RES_DEBUG) &&
596:                         getnameinfo(nsap, (socklen_t)nsaplen, abuf, sizeof(abuf),
597:                                     NULL, 0, niflags) == 0),
1282: if ((statp->options & RES_DEBUG) != 0U) { 1283: if (getnameinfo(address, (socklen_t)alen, hbuf, sizeof(hbuf), 1284: sbuf, sizeof(sbuf), niflags)) {