OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unaligned_memcmp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
netdissect.h
488
#define
UNALIGNED_MEMCMP
(p, q, l) memcmp((p), (q), (l))
502
extern int
unaligned_memcmp
(const void *, const void *, size_t);
504
#define
UNALIGNED_MEMCMP
(p, q, l)
unaligned_memcmp
((p), (q), (l))
util-print.c
999
unaligned_memcmp
(const void *p, const void *q, size_t l)
function
Completed in 18 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026