Searched defs:IP_HDRINCL (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/include/ipv6/lwip/ |
H A D | ip.h | 52 #ifdef IP_HDRINCL 53 #undef IP_HDRINCL macro 54 #endif /* IP_HDRINCL */ 55 #define IP_HDRINCL NULL macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | icmp.c | 56 #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 D | ip4.c | 62 #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/src/include/ipv4/lwip/ |
H A D | ip.h | 63 #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/ipv6/ |
H A D | ip6.c | 64 #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 D | in.h | 267 #define IP_HDRINCL 2 /* int; header is included with data */ macro
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | ws2ipdef.h | 80 #define IP_HDRINCL 2 macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | ws2ipdef.h | 80 #define IP_HDRINCL 2 macro
|
Completed in 414 milliseconds