Home
last modified time | relevance | path

Searched defs:get_unaligned_le16 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dplatform.h15 #define get_unaligned_le16(p) WPA_GET_LE16((void *) (p)) macro
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dunaligned.h38 get_unaligned_le16(const void *p) in get_unaligned_le16() function