HomeSort by relevance Sort by last modified time
    Searched refs:UNALIGNED_MEMCMP (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
netdissect.h 299 extern int unaligned_memcmp(const void *, const void *, size_t);
301 #define UNALIGNED_MEMCMP(p, q, l) unaligned_memcmp((p), (q), (l))
308 #define UNALIGNED_MEMCMP(p, q, l) memcmp((p), (q), (l))
print-esp.c 616 UNALIGNED_MEMCMP(&sin6->sin6_addr, &ip6->ip6_dst,
634 UNALIGNED_MEMCMP(&sin->sin_addr, &ip->ip_dst,
print-tcp.c 263 if (UNALIGNED_MEMCMP(src, dst, sizeof ip6->ip6_dst) > 0)
319 if (UNALIGNED_MEMCMP(src, dst, sizeof ip->ip_dst) > 0)
    [all...]
print-nfs.c 1041 if (UNALIGNED_MEMCMP(&ip->ip_src, &xmep->server,
1043 UNALIGNED_MEMCMP(&ip->ip_dst, &xmep->client,
1050 if (UNALIGNED_MEMCMP(&ip6->ip6_src, &xmep->server,
1052 UNALIGNED_MEMCMP(&ip6->ip6_dst, &xmep->client,
    [all...]

Completed in 183 milliseconds