Home
last modified time | relevance | path

Searched refs:udp (Results 1 – 8 of 8) sorted by relevance

/lib/liblwip/src/core/
Dudp.c163 UDP_STATS_INC(udp.recv);
173 UDP_STATS_INC(udp.lenerr);
174 UDP_STATS_INC(udp.drop);
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);
[all …]
/lib/liblwip/src/api/
Dsockets.c855 remote_port = sock->conn->pcb.udp->remote_port;
877 err = sock->conn->last_err = udp_sendto_chksum(sock->conn->pcb.udp, p,
880 err = sock->conn->last_err = udp_sendto(sock->conn->pcb.udp, p,
1514 ((udp_flags(sock->conn->pcb.udp) & UDP_FLAGS_UDPLITE) != 0)) {
1748 *(int*)optval = (udp_flags(sock->conn->pcb.udp) & UDP_FLAGS_NOCHKSUM) ? 1 : 0;
1777 inet_addr_from_ipaddr((struct in_addr*)optval, &sock->conn->pcb.udp->multicast_ip);
1782 if ((sock->conn->pcb.udp->flags & UDP_FLAGS_MULTICAST_LOOP) != 0) {
1840 *(int*)optval = sock->conn->pcb.udp->chksum_len_tx;
1845 *(int*)optval = sock->conn->pcb.udp->chksum_len_rx;
1918 ((udp_flags(sock->conn->pcb.udp) & UDP_FLAGS_UDPLITE) != 0)) {
[all …]
Dapi_msg.c158 LWIP_ASSERT("recv_udp: recv for wrong pcb!", conn->pcb.udp == pcb);
508 msg->conn->pcb.udp = udp_new();
509 if(msg->conn->pcb.udp == NULL) {
515 udp_setflags(msg->conn->pcb.udp, UDP_FLAGS_UDPLITE);
519 udp_setflags(msg->conn->pcb.udp, UDP_FLAGS_NOCHKSUM);
521 udp_recv(msg->conn->pcb.udp, recv_udp, msg->conn);
857 msg->conn->pcb.udp->recv_arg = NULL;
858 udp_remove(msg->conn->pcb.udp);
913 msg->err = udp_bind(msg->conn->pcb.udp, msg->msg.bc.ipaddr, msg->msg.bc.port);
998 msg->err = udp_connect(msg->conn->pcb.udp, msg->msg.bc.ipaddr, msg->msg.bc.port);
[all …]
/lib/liblwip/src/include/lwip/
Dstats.h133 struct stats_proto udp; member
177 #define UDP_STATS_DISPLAY() stats_display_proto(&lwip_stats.udp, "UDP")
Dapi.h143 struct udp_pcb *udp; member
/lib/liblwip/
DSConscript41 "src/core/udp.c",
DCHANGELOG48 * opt.h, tcp_impl.h, tcp.c, udp.h/.c: Added a config option to randomize
246 * udp.c: fixed bug #34072: UDP broadcast is received from wrong UDP pcb if
247 udp port matches
327 * ip.c, udp.c/.h, pbuf.h, sockets.c: task #10495: Added support for
353 * tcp.c, udp.c: task #6995: Implement SO_REUSEADDR (correctly), added
362 * udp.h/.c, pbuf.h/.c: task #6849: added udp_send(_to/_if) functions that
546 * tcp.c, udp.c: Fixed bug #33048 (Bad range for IP source port numbers) by
560 * sockets.c: Fixed bug #32906: lwip_connect+lwip_send did not work for udp and
655 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625)
1289 * raw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug #26309: Implement the
[all …]
/lib/liblwip/src/core/snmp/
Dmib2.c221 const struct mib_array_node udp = { variable
705 (struct mib_node*)&udp,