Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/
H A 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))
364 #if LWIP_UDP in lwip_init()
H A Dudp.c50 #if LWIP_UDP /* don't build if not configured for use in lwipopts.h */
H A Dnetif.c458 #if LWIP_UDP in netif_do_ip_addr_changed()
/btstack/platform/lwip/port/
H A Dlwipopts.h150 #ifndef LWIP_UDP
151 #define LWIP_UDP 1 macro
/btstack/3rd-party/lwip/core/src/api/
H A 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 …]
H A 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()
H A Dsockets.c1348 #if LWIP_UDP || LWIP_RAW in lwip_recvmsg()
1392 #if (LWIP_UDP || LWIP_RAW) in lwip_send()
1462 #if LWIP_UDP || LWIP_RAW in lwip_sendmsg()
2994 #if LWIP_UDP in lwip_getsockopt_impl()
3030 #if LWIP_IPV4 && LWIP_MULTICAST_TX_OPTIONS && LWIP_UDP in lwip_getsockopt_impl()
3136 #if LWIP_UDP && LWIP_UDPLITE in lwip_getsockopt_impl()
3398 #if LWIP_UDP in lwip_setsockopt_impl()
3436 #if LWIP_UDP in lwip_setsockopt_impl()
3485 #if LWIP_IPV4 && LWIP_MULTICAST_TX_OPTIONS && LWIP_UDP in lwip_setsockopt_impl()
3652 #if LWIP_UDP && LWIP_UDPLITE in lwip_setsockopt_impl()
/btstack/3rd-party/lwip/core/src/include/netif/
H A Dzepif.h46 #if LWIP_IPV6 && LWIP_UDP /* don't build if not configured for use in lwipopts.h */
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_mib2.c105 #if LWIP_UDP
H A Dsnmp_mib2_udp.c47 #if LWIP_SNMP && SNMP_LWIP_MIB2 && LWIP_UDP
H A Dsnmp_core.c193 #if (!LWIP_UDP && LWIP_SNMP)
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dopt.h1087 #define LWIP_MULTICAST_TX_OPTIONS ((LWIP_IGMP || LWIP_IPV6_MLD) && (LWIP_UDP || LWIP_RAW))
1218 #if !defined LWIP_UDP || defined __DOXYGEN__
1219 #define LWIP_UDP 1 macro
2217 #define UDP_STATS (LWIP_UDP)
H A Dsnmp.h167 #if LWIP_UDP
H A Dudp.h43 #if LWIP_UDP /* don't build if not configured for use in lwipopts.h */
H A Dsockets.h298 #if LWIP_UDP && LWIP_UDPLITE
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dmemp_std.h45 #if LWIP_UDP
/btstack/3rd-party/lwip/core/src/netif/
H A 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()
H A Dzepif.c52 #if LWIP_IPV6 && LWIP_UDP
/btstack/3rd-party/lwip/core/src/apps/netbiosns/
H A Dnetbiosns.c51 #if LWIP_IPV4 && LWIP_UDP /* don't build if not configured for use in lwipopts.h */
/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c54 #if LWIP_UDP
/btstack/3rd-party/lwip/core/src/apps/sntp/
H A Dsntp.c67 #if LWIP_UDP
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4.c697 #if LWIP_UDP
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dip6.c1067 #if LWIP_UDP
/btstack/3rd-party/lwip/core/src/apps/mdns/
H A Dmdns.c83 #if (!LWIP_UDP)
/btstack/3rd-party/lwip/core/
H A DCHANGELOG3142 not set (LWIP_TCP, LWIP_UDP, LWIP_RAW).