Searched refs:LWIP_RAW (Results 1 - 22 of 22) sorted by relevance

/barrelfish-master/include/lwip/lwip/
H A Draw.h37 #if LWIP_RAW /* don't build if not configured for use in lwipopts.h */
94 #endif /* LWIP_RAW */
H A Dmemp_std.h33 #if LWIP_RAW
35 #endif /* LWIP_RAW */
H A Dopt.h214 * (requires the LWIP_RAW option)
511 * LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
513 #ifndef LWIP_RAW
514 #define LWIP_RAW 1 macro
518 * LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
/barrelfish-master/include/lwip2/lwip/
H A Draw.h43 #if LWIP_RAW /* don't build if not configured for use in lwipopts.h */
116 #endif /* LWIP_RAW */
H A Dopt.h354 * (requires the LWIP_RAW option)
808 * LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
810 #if !defined LWIP_RAW || defined __DOXYGEN__
811 #define LWIP_RAW 0 macro
815 * LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
/barrelfish-master/lib/lwip2/src/api/
H A Dapi_lib.c491 #if (LWIP_UDP || LWIP_RAW)
493 #endif /* (LWIP_UDP || LWIP_RAW) */
511 #if (LWIP_UDP || LWIP_RAW)
513 #endif /* (LWIP_UDP || LWIP_RAW) */
522 #if (LWIP_UDP || LWIP_RAW)
524 #endif /* (LWIP_UDP || LWIP_RAW) */
536 #if (LWIP_UDP || LWIP_RAW)
538 #endif /* (LWIP_UDP || LWIP_RAW) */
569 #if LWIP_TCP && (LWIP_UDP || LWIP_RAW)
571 #endif /* LWIP_TCP && (LWIP_UDP || LWIP_RAW) */
[all...]
H A Dapi_msg.c91 #if LWIP_RAW
156 #endif /* LWIP_RAW*/
561 #if LWIP_RAW
575 #endif /* LWIP_RAW */
658 #if LWIP_RAW
662 #endif /* LWIP_RAW */
1057 #if LWIP_RAW
1061 #endif /* LWIP_RAW */
1125 #if LWIP_RAW
1129 #endif /* LWIP_RAW */
[all...]
H A Dsockets.c945 #if (LWIP_UDP || LWIP_RAW)
947 #else /* (LWIP_UDP || LWIP_RAW) */
950 #endif /* (LWIP_UDP || LWIP_RAW) */
1027 #if LWIP_UDP || LWIP_RAW
1115 #else /* LWIP_UDP || LWIP_RAW */
1118 #endif /* LWIP_UDP || LWIP_RAW */
2165 #if LWIP_IPV6 && LWIP_RAW
2176 #endif /* LWIP_IPV6 && LWIP_RAW */
2575 #if LWIP_IPV6 && LWIP_RAW
2596 #endif /* LWIP_IPV6 && LWIP_RAW */
[all...]
/barrelfish-master/lib/lwip2/src/core/
H A Dinit.c108 #if (LWIP_RAW && (MEMP_NUM_RAW_PCB<=0))
363 #if LWIP_RAW
365 #endif /* LWIP_RAW */
H A Dnetif.c396 #if LWIP_RAW
398 #endif /* LWIP_RAW */
418 #if LWIP_RAW
420 #endif /* LWIP_RAW */
523 #if LWIP_RAW
525 #endif /* LWIP_RAW */
1057 #if LWIP_RAW
1059 #endif /* LWIP_RAW */
1116 #if LWIP_RAW
1118 #endif /* LWIP_RAW */
[all...]
H A Draw.c50 #if LWIP_RAW /* don't build if not configured for use in lwipopts.h */
521 #endif /* LWIP_RAW */
/barrelfish-master/lib/lwip/src/api/
H A Dapi_msg.c63 #if LWIP_RAW
126 #endif /* LWIP_RAW */
403 #if LWIP_RAW
412 #endif /* LWIP_RAW */
497 #if LWIP_RAW
501 #endif /* LWIP_RAW */
662 #if LWIP_RAW
666 #endif /* LWIP_RAW */
709 #if LWIP_RAW
714 #endif /* LWIP_RAW */
[all...]
H A Dapi_lib.c435 #if (LWIP_UDP || LWIP_RAW)
453 #endif /* (LWIP_UDP || LWIP_RAW) */
H A Dsockets.c701 #if (LWIP_UDP || LWIP_RAW)
706 #endif /* (LWIP_UDP || LWIP_RAW) */
/barrelfish-master/include/lwip2/lwip/priv/
H A Dmemp_std.h41 #if LWIP_RAW
43 #endif /* LWIP_RAW */
/barrelfish-master/include/lwip2/
H A Dlwipopts.h131 * (requires the LWIP_RAW option)
295 * LWIP_RAW==1: Enable application layer to hook into the IP layer itself.
297 #define LWIP_RAW 1 macro
/barrelfish-master/lib/lwip/src/core/
H A Dinit.c117 #if (LWIP_RAW && (MEMP_NUM_RAW_PCB<=0))
298 #if LWIP_RAW
300 #endif /* LWIP_RAW */
H A Draw.c43 #if LWIP_RAW /* don't build if not configured for use in lwipopts.h */
355 #endif /* LWIP_RAW */
/barrelfish-master/lib/lwip2/src/apps/ping/
H A Dping.c43 #if LWIP_RAW /* don't build if not configured for use in lwipopts.h */
394 #endif /* LWIP_RAW */
/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dip.c467 #if LWIP_RAW
470 #endif /* LWIP_RAW */
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dip4.c664 #if LWIP_RAW
667 #endif /* LWIP_RAW */
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6.c731 #if LWIP_RAW
734 #endif /* LWIP_RAW */

Completed in 219 milliseconds