gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:getnameinfo (0.01 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),
More results from res_send.c
t2ex_source/t2ex/network/net/src/netmain/tkn_netdmn.c - 19.1KB - 648 lines
220:                   case NET_SO_GETNAMEINFO_FN: {
221:                         int re = getnameinfo(req.a.getnameinfo.sa, req.a.getnameinfo.salen, req.a.getnameinfo.host, req.a.getnameinfo.hostlen, req.a.getnameinfo.serv, req.a.getnameinfo.servlen, req.a.getnameinfo.flags);
222:                         res.error = re;