gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:inet_ntop from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getnameinfo.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getnameinfo.c - 18.4KB - 563 lines
313:                 default:
314:                         if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr))
315:                             == NULL)
359: default: 360: if (inet_ntop(afd->a_af, addr, host, 361: hostlen) == NULL)
385: 386: if (inet_ntop(AF_INET6, addr, numaddr, sizeof(numaddr)) == NULL) 387: return EAI_SYSTEM;