Home
last modified time | relevance | path

Searched defs:os_memcmp (Results 1 – 3 of 3) sorted by relevance

/hostap-3.6.0/src/utils/
Dos_none.c159 int os_memcmp(const void *s1, const void *s2, size_t n) in os_memcmp() function
Dos.h516 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) macro
Dos_internal.c319 int os_memcmp(const void *s1, const void *s2, size_t n) in os_memcmp() function