Home
last modified time | relevance | path

Searched refs:__arch__swab24 (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/network/tcpip/include/
H A Dlinux.h425 #ifndef __arch__swab24
426 # define __arch__swab24(x) ({ __u32 __tmp = (x) ; ___swab24(__tmp); }) macro
439 # define __arch__swab24p(x) __arch__swab24(*(x))
505 return __arch__swab24(x); in __fswab24()