Lines Matching refs:udp
40 /* udp.c
53 #include "lwip/udp.h"
79 /* exported in udp.h (was static) */
124 /* restart scanning all udp pcbs */
127 /* go on with next udp pcb */
163 UDP_STATS_INC(udp.recv);
173 UDP_STATS_INC(udp.lenerr);
174 UDP_STATS_INC(udp.drop);
195 ("udp (%"U16_F".%"U16_F".%"U16_F".%"U16_F", %"U16_F") <-- "
278 UDP_STATS_INC(udp.cachehit);
306 UDP_STATS_INC(udp.chkerr);
307 UDP_STATS_INC(udp.drop);
317 UDP_STATS_INC(udp.chkerr);
318 UDP_STATS_INC(udp.drop);
333 UDP_STATS_INC(udp.chkerr);
334 UDP_STATS_INC(udp.drop);
345 UDP_STATS_INC(udp.drop);
423 UDP_STATS_INC(udp.proterr);
424 UDP_STATS_INC(udp.drop);
519 UDP_STATS_INC(udp.rterr);
742 UDP_STATS_INC(udp.xmit);
786 /* By default, we don't allow to bind to a port that any other udp
848 * The udp pcb is bound to a random local port if not already bound.
875 UDP_STATS_INC(udp.rterr);
878 /** TODO: this will bind the udp pcb locally, to the interface which
908 * @param pcb the udp pcb to disconnect.
997 * @param udphdr pointer to the udp header in memory.