gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:IN6_IS_ADDR_LINKLOCAL 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
275:                 default:
276:                         if (IN6_IS_ADDR_LINKLOCAL(&sin6->sin6_addr)) {
277:                                 flags |= NI_NUMERICHOST;
443: /* if_indextoname() does not take buffer size. not a good api... */ 444: if ((IN6_IS_ADDR_LINKLOCAL(a6) || IN6_IS_ADDR_MC_LINKLOCAL(a6)) && 445: bufsiz >= IF_NAMESIZE) {