Searched refs:LWIP_IP_HDRINCL (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dicmp.c243 ret = ip4_output_if(p, src, LWIP_IP_HDRINCL,
H A Dip4.c734 * If the destination IP address is LWIP_IP_HDRINCL, p is assumed to already
738 protocol header; if dest == LWIP_IP_HDRINCL, p already includes an
776 if (dest != LWIP_IP_HDRINCL) {
824 if (dest != LWIP_IP_HDRINCL) {
969 protocol header; if dest == LWIP_IP_HDRINCL, p already includes an
1004 protocol header; if dest == LWIP_IP_HDRINCL, p already includes an
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6.c798 * LWIP_IP_HDRINCL, p is assumed to already include an IPv6 header and
802 protocol header; if dest == LWIP_IP_HDRINCL, p already includes an
822 if (dest != LWIP_IP_HDRINCL) {
851 if (dest != LWIP_IP_HDRINCL) {
924 protocol header; if dest == LWIP_IP_HDRINCL, p already includes an
947 if (dest != LWIP_IP_HDRINCL) {
980 protocol header; if dest == LWIP_IP_HDRINCL, p already includes an
1006 if (dest != LWIP_IP_HDRINCL) {
/barrelfish-master/include/lwip2/lwip/
H A Dip.h58 #define LWIP_IP_HDRINCL NULL macro

Completed in 86 milliseconds