PP_NTOHS is only used within LwIP.
 
Symbols
loading...
Files
loading...

PP_NTOHS macro

Syntax

#define PP_NTOHS(x) PP_HTONS(x)

Arguments

x

References

LocationText
def.h:109
#define PP_NTOHS(x) PP_HTONS(x)
ip4.c:99
ip4_frag.c:588
is_last = (IPH_OFFSET(fraghdr) & PP_NTOHS(IP_MF)) == 0;