OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_c
(Results
1 - 2
of
2
) sorted by relevancy
/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)
/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];
Completed in 13 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025