Searched refs:src_c (Results 1 – 4 of 4) sorted by relevance
222 src_c = in_categorize(src); in in_match_category() local227 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()
196 *src_c = (char*)src; in _memcpy() local198 dst_c[i] = src_c[i]; in _memcpy()
197 *src_c = (char*)src; in _memcpy() local199 dst_c[i] = src_c[i]; in _memcpy()
198 *src_c = (char*)src; in _memcpy() local200 dst_c[i] = src_c[i]; in _memcpy()