HomeSort by: relevance | last modified time | path
    Searched defs:src_c (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
in_selsrc.c 222 src_c = in_categorize(src); local in function:in_match_category
227 ntohl(src->s_addr), src_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 198 *src_c = (char*)src; local in function:__interception::_memcpy
200 dst_c[i] = src_c[i];

Completed in 13 milliseconds