Home
last modified time | relevance | path

Searched refs:src_c (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Din_selsrc.c222 src_c = in_categorize(src); in in_match_category() local
227 ntohl(src->s_addr), src_c); in in_match_category()
231 if (dst_c == src_c) in in_match_category()
233 else if (dst_c == IN_CATEGORY_LINKLOCAL && src_c == IN_CATEGORY_PRIVATE) in in_match_category()
235 else if (dst_c == IN_CATEGORY_PRIVATE && src_c == IN_CATEGORY_LINKLOCAL) in in_match_category()
237 else if (dst_c == IN_CATEGORY_OTHER && src_c == IN_CATEGORY_PRIVATE) in in_match_category()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.cc196 *src_c = (char*)src; in _memcpy() local
198 dst_c[i] = src_c[i]; in _memcpy()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cpp197 *src_c = (char*)src; in _memcpy() local
199 dst_c[i] = src_c[i]; in _memcpy()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.cc198 *src_c = (char*)src; in _memcpy() local
200 dst_c[i] = src_c[i]; in _memcpy()