Searched refs:RT_H2N_U32_C (Results 1 - 16 of 16) sorted by relevance
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTNetIPv4.cpp | 52 && RT_H2N_U32_C(ExpectedAddr) != Addr.u)) \ 57 RT_H2N_U32_C(ExpectedAddr), Addr.u); \ 82 && (RT_H2N_U32_C(ExpectedAddr) != Addr.u \ 90 RT_H2N_U32_C(ExpectedAddr), Addr.u, \
|
H A D | tstRTNetIPv6.cpp | 47 RT_H2N_U32_C(u32_0), RT_H2N_U32_C(u32_1), \ 48 RT_H2N_U32_C(u32_2), RT_H2N_U32_C(u32_3) \
|
H A D | tstRTStrFormat.cpp | 333 Ipv4Addr.u = RT_H2N_U32_C(0xf040d003); 335 Ipv4Addr.u = RT_H2N_U32_C(0xffffffff);
|
H A D | tstRTGetOpt.cpp | 288 CHECK(Val.IPv4Addr.u == RT_H2N_U32_C(RT_BSWAP_U32_C(RT_MAKE_U32_FROM_U8(192,168,1,1))));
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | slirp_dns.c | 103 if ((InAddr.s_addr & RT_H2N_U32_C(IN_CLASSA_NET)) == RT_N2H_U32_C(INADDR_LOOPBACK & IN_CLASSA_NET)) 183 if ( (address->IPv4.u & RT_H2N_U32_C(IN_CLASSA_NET))
|
H A D | slirp.h | 534 || (u32Addr & RT_H2N_U32_C(~pData->netmask)) == RT_H2N_U32_C(~pData->netmask));
|
H A D | udp.c | 501 if ( (saddr.sin_addr.s_addr & RT_H2N_U32_C(IN_CLASSA_NET)) 502 == RT_H2N_U32_C(INADDR_LOOPBACK & IN_CLASSA_NET))
|
H A D | tcp_output.c | 356 *lp++ = RT_H2N_U32_C(TCPOPT_TSTAMP_HDR);
|
H A D | bootp.c | 254 uint32_t lease_time = RT_H2N_U32_C(LEASE_TIME);
|
H A D | tcp_input.c | 442 *(u_int32_t *)optp == RT_H2N_U32_C(TCPOPT_TSTAMP_HDR) &&
|
H A D | slirp.c | 373 alias_addr.s_addr = pData->special_addr.s_addr | RT_H2N_U32_C(CTL_ALIAS);
|
/vbox/src/VBox/Devices/Network/slirp/dnsproxy/ |
H A D | dnsproxy.c | 411 if (req->dns_server->de_addr.s_addr == (pData->special_addr.s_addr | RT_H2N_U32_C(CTL_ALIAS))) {
|
/vbox/src/VBox/NetworkServices/DHCP/ |
H A D | VBoxNetDHCP.cpp | 214 address.u = RT_H2N_U32_C(RT_BSWAP_U32_C(RT_MAKE_U32_FROM_U8( 10, 0, 2, 5)));
|
H A D | Config.cpp | 348 if (pDhcpMsg->bp_vend.Dhcp.dhcp_cookie != RT_H2N_U32_C(RTNET_DHCP_COOKIE)) 926 m->BootPReplyMsg.BootPHeader.bp_vend.Dhcp.dhcp_cookie = RT_H2N_U32_C(RTNET_DHCP_COOKIE);
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | VBoxNetLwipNAT.cpp | 669 address.u = RT_H2N_U32_C(0xffffff00);
|
/vbox/include/iprt/ |
H A D | cdefs.h | 2089 /** @def RT_H2N_U32_C 2091 #define RT_H2N_U32_C(u32) RT_H2BE_U32_C(u32) macro
|
Completed in 253 milliseconds