Lines Matching refs:udp
52 #include "lwip/udp.h"
80 /* exported in udp.h (was static) */
226 UDP_STATS_INC(udp.recv);
233 UDP_STATS_INC(udp.lenerr);
234 UDP_STATS_INC(udp.drop);
254 LWIP_DEBUGF(UDP_DEBUG, ("udp ("));
318 UDP_STATS_INC(udp.cachehit);
387 UDP_STATS_INC(udp.drop);
448 UDP_STATS_INC(udp.proterr);
449 UDP_STATS_INC(udp.drop);
463 UDP_STATS_INC(udp.chkerr);
464 UDP_STATS_INC(udp.drop);
639 UDP_STATS_INC(udp.rterr);
953 UDP_STATS_INC(udp.xmit);
1040 /* By default, we don't allow to bind to a port that any other udp
1091 * @param netif netif to bind udp pcb to. Can be NULL.
1120 * The udp pcb is bound to a random local port if not already bound.
1177 * @param pcb the udp pcb to disconnect.
1354 * @param udphdr pointer to the udp header in memory.