gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ERRNO from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getifaddrs.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getifaddrs.c - 13.7KB - 383 lines
126:         if ((needed = so_rtlist(AF_UNSPEC, NET_RT_IFLIST, 0, NULL, 0)) < 0)
127:                 return ERRNO(needed);
128:         if ((buf = malloc(needed)) == NULL)
131: free(buf); 132: return ERRNO(ercd); 133: }