| /src/sys/netinet/ |
| in_selsrc.c | 221 enum in_category dst_c = in_categorize(dst), local in function:in_match_category 226 " categ %d\n", __func__, ntohl(dst->s_addr), dst_c, 231 if (dst_c == src_c) 233 else if (dst_c == IN_CATEGORY_LINKLOCAL && src_c == IN_CATEGORY_PRIVATE) 235 else if (dst_c == IN_CATEGORY_PRIVATE && src_c == IN_CATEGORY_LINKLOCAL) 237 else if (dst_c == IN_CATEGORY_OTHER && src_c == IN_CATEGORY_PRIVATE)
|
| in_selsrc.c | 221 enum in_category dst_c = in_categorize(dst), local in function:in_match_category 226 " categ %d\n", __func__, ntohl(dst->s_addr), dst_c, 231 if (dst_c == src_c) 233 else if (dst_c == IN_CATEGORY_LINKLOCAL && src_c == IN_CATEGORY_PRIVATE) 235 else if (dst_c == IN_CATEGORY_PRIVATE && src_c == IN_CATEGORY_LINKLOCAL) 237 else if (dst_c == IN_CATEGORY_OTHER && src_c == IN_CATEGORY_PRIVATE)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception_win.cc | 197 char *dst_c = (char*)dst, local in function:__interception::_memcpy 200 dst_c[i] = src_c[i];
|
| interception_win.cc | 197 char *dst_c = (char*)dst, local in function:__interception::_memcpy 200 dst_c[i] = src_c[i];
|