Home
last modified time | relevance | path

Searched refs:LWIP_UDP (Results 1 – 25 of 26) sorted by relevance

12

/third_party/lwip/src/core/
Dinit.c94 #if (!LWIP_UDP && LWIP_UDPLITE)
97 #if (!LWIP_UDP && LWIP_DHCP)
100 #if (!LWIP_UDP && !LWIP_RAW && LWIP_MULTICAST_TX_OPTIONS)
103 #if (!LWIP_UDP && LWIP_DNS)
113 #if (LWIP_UDP && (MEMP_NUM_UDP_PCB<=0))
369 #if LWIP_UDP in lwip_init()
Dudp.c50 #if LWIP_UDP /* don't build if not configured for use in lwipopts.h */
Dnetif.c530 #if LWIP_UDP
/third_party/lwip/src/api/
Dapi_msg.c210 #if LWIP_UDP
675 #if LWIP_UDP
776 #if LWIP_UDP
1213 #if LWIP_UDP
1277 #if LWIP_UDP
1331 #if LWIP_UDP
1424 #if LWIP_UDP
1488 #if LWIP_UDP
1608 #if LWIP_UDP
1909 #if (LWIP_UDP || LWIP_RAW)
[all …]
Dapi_lib.c635 #if (LWIP_UDP || LWIP_RAW) in netconn_recv_data()
652 #if LWIP_TCP && (LWIP_UDP || LWIP_RAW) in netconn_recv_data()
655 #if (LWIP_UDP || LWIP_RAW) in netconn_recv_data()
872 #if (LWIP_UDP || LWIP_RAW) in netconn_recv()
900 #if LWIP_TCP && (LWIP_UDP || LWIP_RAW) in netconn_recv()
904 #if (LWIP_UDP || LWIP_RAW) in netconn_recv()
Dsockets.c1397 #if LWIP_UDP || LWIP_RAW in lwip_recvmsg()
1441 #if (LWIP_UDP || LWIP_RAW) in lwip_send()
1526 #if LWIP_UDP || LWIP_RAW in lwip_sendmsg_internal()
3078 #if LWIP_UDP in lwip_getsockopt_impl()
3114 #if LWIP_IPV4 && LWIP_MULTICAST_TX_OPTIONS && LWIP_UDP in lwip_getsockopt_impl()
3220 #if LWIP_UDP && LWIP_UDPLITE in lwip_getsockopt_impl()
3485 #if LWIP_UDP in lwip_setsockopt_impl()
3523 #if LWIP_UDP in lwip_setsockopt_impl()
3572 #if LWIP_IPV4 && LWIP_MULTICAST_TX_OPTIONS && LWIP_UDP in lwip_setsockopt_impl()
3743 #if LWIP_UDP && LWIP_UDPLITE in lwip_setsockopt_impl()
/third_party/lwip/src/include/netif/
Dzepif.h46 #if LWIP_IPV6 && LWIP_UDP /* don't build if not configured for use in lwipopts.h */
/third_party/lwip/src/apps/snmp/
Dsnmp_mib2.c105 #if LWIP_UDP
Dsnmp_mib2_udp.c47 #if LWIP_SNMP && SNMP_LWIP_MIB2 && LWIP_UDP
Dsnmp_core.c193 #if (!LWIP_UDP && LWIP_SNMP)
/third_party/lwip/src/include/lwip/
Dopt.h1050 #define LWIP_MULTICAST_TX_OPTIONS ((LWIP_IGMP || LWIP_IPV6_MLD) && (LWIP_UDP || LWIP_RAW))
1179 #if !defined LWIP_UDP || defined __DOXYGEN__
1180 #define LWIP_UDP 1 macro
2164 #define UDP_STATS (LWIP_UDP)
Dsnmp.h167 #if LWIP_UDP
Dudp.h43 #if LWIP_UDP /* don't build if not configured for use in lwipopts.h */
Dsockets.h294 #if LWIP_UDP && LWIP_UDPLITE
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h45 #if LWIP_UDP
/third_party/lwip/src/netif/
Dlowpan6_common.c318 #if LWIP_UDP in lowpan6_compress_headers()
706 #if LWIP_UDP in lowpan6_decompress_hdr()
786 #if LWIP_UDP in lowpan6_decompress()
Dzepif.c52 #if LWIP_IPV6 && LWIP_UDP
/third_party/lwip/src/apps/tftp/
Dtftp_server.c52 #if LWIP_UDP
/third_party/lwip/src/apps/netbiosns/
Dnetbiosns.c51 #if LWIP_IPV4 && LWIP_UDP /* don't build if not configured for use in lwipopts.h */
/third_party/lwip/src/apps/sntp/
Dsntp.c65 #if LWIP_UDP
/third_party/lwip/src/core/ipv4/
Dip4.c738 #if LWIP_UDP
/third_party/lwip/src/core/ipv6/
Dip6.c1127 #if LWIP_UDP
/third_party/lwip/src/apps/mdns/
Dmdns.c78 #if (!LWIP_UDP)
/third_party/lwip/doc/doxygen/
Dlwip.Doxyfile.cmake.in2093 LWIP_UDP=1 \
Dlwip.Doxyfile2093 LWIP_UDP=1 \

12