Searched defs:udp_input (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | udp.c | 86 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/ |
H A D | udp.c | 163 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");
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | udp.c | 87 udp_input(PNATState pData, register struct mbuf *m, int iphlen) function
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 292 #define udp_input lwip_udp_input macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 216 #define udp_input lwip_udp_input macro
|
Completed in 53 milliseconds