Searched refs:udp_input (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dudp.h96 void udp_input (struct pbuf *p, struct netif *inp);
/vbox/src/VBox/Devices/Network/slirp/
H A Dudp.h125 void udp_input (PNATState, register struct mbuf *, int);
H A Dip_input.c237 udp_input(pData, m, hlen);
H A Dudp.c87 udp_input(PNATState pData, register struct mbuf *m, int iphlen) function
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dudp.h189 void udp_input (struct pbuf *p, struct netif *inp);
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/
H A Dip6.c228 udp_input(p);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h292 #define udp_input lwip_udp_input macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h216 #define udp_input lwip_udp_input macro
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dip.c339 udp_input(p, inp);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dudp.c86 udp_input(struct pbuf *p, struct netif *inp) function
104 ("udp_input: short UDP datagram (%"U16_F" bytes) discarded\n", p->tot_len));
116 LWIP_DEBUGF(UDP_DEBUG, ("udp_input: received datagram of length %"U16_F"\n", p->tot_len));
173 LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE, ("udp_input: calculating checksum\n"));
185 ("udp_input: UDP Lite datagram discarded due to failing checksum\n"));
200 ("udp_input: UDP datagram discarded due to failing checksum\n"));
217 LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE, ("udp_input: not for us.\n"));
238 PERF_STOP("udp_input");
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip4.c666 udp_input(p, inp);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6.c820 udp_input(p, inp);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dudp.c163 udp_input(struct pbuf *p, struct netif *inp) function
181 ("udp_input: short UDP datagram (%"U16_F" bytes) discarded\n", p->tot_len));
198 LWIP_DEBUGF(UDP_DEBUG, ("udp_input: received datagram of length %"U16_F"\n", p->tot_len));
326 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_input: calculating checksum\n"));
457 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_input: not for us.\n"));
481 PERF_STOP("udp_input");
486 ("udp_input: UDP (or UDP Lite) datagram discarded due to failing checksum\n"));
491 PERF_STOP("udp_input");

Completed in 303 milliseconds