Searched defs:PP_HTONS (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/lwip2/src/netif/
H A Dethernet.c167 case PP_HTONS(ETHTYPE_IP): function
184 case PP_HTONS(ETHTYPE_ARP): function
214 case PP_HTONS(ETHTYPE_IPV6): /* IPv6 */ function
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Ddef.h79 #define PP_HTONS(x) (x) macro
105 #define PP_HTONS(x) ((((x) & 0x00ffUL) << 8) | (((x) & 0xff00UL) >> 8)) macro
/barrelfish-2018-10-04/lib/lwip2/src/apps/tftp/
H A Dtftp_server.c225 case PP_HTONS(TFTP_RRQ): /* fall through */ function
283 case PP_HTONS(TFTP_DATA): function
315 case PP_HTONS(TFTP_AC function
[all...]
/barrelfish-2018-10-04/include/
H A Darranet_impl.h183 #define PP_HTONS(x) ((((x) & 0xff) << 8) | (((x) & 0xff00) >> 8)) macro

Completed in 84 milliseconds