Home
last modified time | relevance | path

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

/DragonStub/inc/dragonstub/linux/
H A Dbyteorder.h140 #define ___ntohs(x) __be16_to_cpu(x) macro
145 #define ntohs(x) ___ntohs(x)