Searched refs:PP_HTONL (Results 1 - 6 of 6) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
H A Ddef.h94 #define PP_HTONL(x) (x) macro
114 #define PP_HTONL(x) ((((x) & 0xff) << 24) | \ macro
118 #define PP_NTOHL(x) PP_HTONL(x)
H A Dtcp_impl.h304 #define TCP_BUILD_MSS_OPTION(x) (x) = PP_HTONL(((u32_t)2 << 24) | \
/external/syslinux/core/lwip/src/include/ipv4/lwip/
H A Dip_addr.h172 #define ip_addr_set_loopback(ipaddr) ((ipaddr)->addr = PP_HTONL(IPADDR_LOOPBACK))
208 #define ip_addr_ismulticast(addr1) (((addr1)->addr & PP_HTONL(0xf0000000UL)) == PP_HTONL(0xe0000000UL))
210 #define ip_addr_islinklocal(addr1) (((addr1)->addr & PP_HTONL(0xffff0000UL)) == PP_HTONL(0xa9fe0000UL))
/external/syslinux/core/lwip/src/core/
H A Ddhcp.c968 ip4_addr_set_u32(&sn_mask, PP_HTONL(0xff000000UL));
970 ip4_addr_set_u32(&sn_mask, PP_HTONL(0xffffff00UL));
972 ip4_addr_set_u32(&sn_mask, PP_HTONL(0xffff0000UL));
982 ip4_addr_set_u32(&gw_addr, ip4_addr_get_u32(&gw_addr) | PP_HTONL(0x00000001UL));
1691 dhcp->msg_out->cookie = PP_HTONL(DHCP_MAGIC_COOKIE);
H A Dtcp_out.c825 opts[0] = PP_HTONL(0x0101080A);
/external/syslinux/core/lwip/src/netif/ppp/
H A Dppp.c443 subnetMask = PP_HTONL(0xffffff00UL);

Completed in 2299 milliseconds