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 - 5
of
5
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
print-esp.c
798
UNALIGNED_MEMCMP
(&sa->daddr.in6, &ip6->ip6_dst,
813
UNALIGNED_MEMCMP
(&sa->daddr.in4, &ip->ip_dst,
print-nfs.c
1030
if (
UNALIGNED_MEMCMP
(ip->ip_src, &xmep->server,
1032
UNALIGNED_MEMCMP
(ip->ip_dst, &xmep->client,
1038
if (
UNALIGNED_MEMCMP
(ip6->ip6_src, &xmep->server,
1040
UNALIGNED_MEMCMP
(ip6->ip6_dst, &xmep->client,
netdissect.h
477
#define
UNALIGNED_MEMCMP
(p, q, l) memcmp((p), (q), (l))
491
extern int
unaligned_memcmp
(const void *, const void *, size_t);
493
#define
UNALIGNED_MEMCMP
(p, q, l)
unaligned_memcmp
((p), (q), (l))
print-tcp.c
274
if (
UNALIGNED_MEMCMP
(src, dst, sizeof(ip6->ip6_dst)) > 0)
328
if (
UNALIGNED_MEMCMP
(ip->ip_src, ip->ip_dst, sizeof(ip->ip_dst)) > 0)
print-isakmp.c
817
if (
UNALIGNED_MEMCMP
(ip->ip_src, &cookiecache[i].iaddr.in4, sizeof(nd_ipv4)) == 0)
820
if (
UNALIGNED_MEMCMP
(ip->ip_src, &cookiecache[i].raddr.in4, sizeof(nd_ipv4)) == 0)
829
if (
UNALIGNED_MEMCMP
(ip6->ip6_src, &cookiecache[i].iaddr.in6, sizeof(nd_ipv6)) == 0)
832
if (
UNALIGNED_MEMCMP
(ip6->ip6_src, &cookiecache[i].raddr.in6, sizeof(nd_ipv6)) == 0)
Completed in 44 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026