Searched refs:IP_HDRINCL (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/ipv6/lwip/
H A Dip.h52 #ifdef IP_HDRINCL
53 #undef IP_HDRINCL macro
54 #endif /* IP_HDRINCL */
55 #define IP_HDRINCL NULL macro
/vbox/src/VBox/Devices/Network/lwip/src/include/ipv4/lwip/
H A Dip.h63 #ifdef IP_HDRINCL
64 #undef IP_HDRINCL macro
65 #endif /* IP_HDRINCL */
66 #define IP_HDRINCL NULL macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dicmp.c56 #ifdef IP_HDRINCL
57 #undef IP_HDRINCL macro
59 #define IP_HDRINCL LWIP_IP_HDRINCL macro
235 ret = ip_output_if(p, ip_current_dest_addr(), IP_HDRINCL,
H A Dip4.c62 #ifdef IP_HDRINCL
63 #undef IP_HDRINCL macro
65 #define IP_HDRINCL LWIP_IP_HDRINCL macro
721 * If the destination IP address is IP_HDRINCL, p is assumed to already
725 protocol header; if dest == IP_HDRINCL, p already includes an IP
774 if (dest != IP_HDRINCL) {
906 protocol header; if dest == IP_HDRINCL, p already includes an IP
943 protocol header; if dest == IP_HDRINCL, p already includes an IP
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dip.h53 /* XXX: "IP_HDRINCL" is a name of a socket option and the #undef below
59 #ifdef IP_HDRINCL
60 #undef IP_HDRINCL
61 #endif /* IP_HDRINCL */
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dicmp.c115 ip_output_if(p, &(iphdr->src), IP_HDRINCL,
H A Dip.c393 if (dest != IP_HDRINCL) {
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/
H A Dicmp6.c103 ip_output_if (p, &(iphdr->src), IP_HDRINCL,
H A Dip6.c283 if (dest != IP_HDRINCL) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dws2ipdef.h80 #define IP_HDRINCL 2 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dws2ipdef.h80 #define IP_HDRINCL 2 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6.c64 #ifdef IP_HDRINCL
65 #undef IP_HDRINCL macro
67 #define IP_HDRINCL LWIP_IP_HDRINCL macro
870 * IP_HDRINCL, p is assumed to already include an IPv6 header and p->payload points
874 protocol header; if dest == IP_HDRINCL, p already includes an
901 if (dest != IP_HDRINCL) {
978 protocol header; if dest == IP_HDRINCL, p already includes an
1003 if (dest != IP_HDRINCL) {
1036 protocol header; if dest == IP_HDRINCL, p already includes an
1064 if (dest != IP_HDRINCL) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/netinet/
H A Din.h267 #define IP_HDRINCL 2 /* int; header is included with data */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DIp4.c206 case IP_HDRINCL:
272 case IP_HDRINCL:
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping.c498 * In this case we have to use IP_HDRINCL. We don't want to use
501 * selection with IP_HDRINCL.
507 status = setsockopt(pxping->sock4, IPPROTO_IP, IP_HDRINCL,
513 DPRINTF(("IP_HDRINCL: %R[sockerr]\n", SOCKERRNO()));

Completed in 80 milliseconds