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.c91 #if (!LWIP_UDP && LWIP_UDPLITE)
94 #if (!LWIP_UDP && LWIP_DHCP)
97 #if (!LWIP_UDP && !LWIP_RAW && LWIP_MULTICAST_TX_OPTIONS)
100 #if (!LWIP_UDP && LWIP_DNS)
110 #if (LWIP_UDP && (MEMP_NUM_UDP_PCB<=0))
362 #if LWIP_UDP in lwip_init()
Dudp.c50 #if LWIP_UDP /* don't build if not configured for use in lwipopts.h */
Dnetif.c450 #if LWIP_UDP in netif_do_ip_addr_changed()
/third_party/lwip/src/api/
Dapi_msg.c210 #if LWIP_UDP
639 #if LWIP_UDP
730 #if LWIP_UDP
1167 #if LWIP_UDP
1231 #if LWIP_UDP
1275 #if LWIP_UDP
1368 #if LWIP_UDP
1432 #if LWIP_UDP
1552 #if LWIP_UDP
1853 #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.c1393 #if LWIP_UDP || LWIP_RAW in lwip_recvmsg()
1437 #if (LWIP_UDP || LWIP_RAW) in lwip_send()
1522 #if LWIP_UDP || LWIP_RAW in lwip_sendmsg_internal()
3074 #if LWIP_UDP in lwip_getsockopt_impl()
3110 #if LWIP_IPV4 && LWIP_MULTICAST_TX_OPTIONS && LWIP_UDP in lwip_getsockopt_impl()
3216 #if LWIP_UDP && LWIP_UDPLITE in lwip_getsockopt_impl()
3478 #if LWIP_UDP in lwip_setsockopt_impl()
3516 #if LWIP_UDP in lwip_setsockopt_impl()
3565 #if LWIP_IPV4 && LWIP_MULTICAST_TX_OPTIONS && LWIP_UDP in lwip_setsockopt_impl()
3732 #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.c697 #if LWIP_UDP
/third_party/lwip/src/core/ipv6/
Dip6.c1067 #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