Searched refs:udp_input (Results 1 - 4 of 4) sorted by relevance
/third_party/lwip/src/include/lwip/ |
H A D | udp.h | 167 void udp_input (struct pbuf *p, struct netif *inp);
|
/third_party/lwip/src/core/ipv4/ |
H A D | ip4.c | 744 udp_input(p, inp);
|
/third_party/lwip/src/core/ |
H A D | udp.c | 205 udp_input(struct pbuf *p, struct netif *inp) function 221 LWIP_ASSERT("udp_input: invalid pbuf", p != NULL); 222 LWIP_ASSERT("udp_input: invalid netif", inp != NULL); 232 ("udp_input: short UDP datagram (%"U16_F" bytes) discarded\n", p->tot_len)); 245 LWIP_DEBUGF(UDP_DEBUG, ("udp_input: received datagram of length %"U16_F"\n", p->tot_len)); 348 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_input: calculating checksum\n")); 437 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_input: not for us.\n")); 457 PERF_STOP("udp_input"); 462 ("udp_input: UDP (or UDP Lite) datagram discarded due to failing checksum\n")); 467 PERF_STOP("udp_input"); [all...] |
/third_party/lwip/src/core/ipv6/ |
H A D | ip6.c | 1132 udp_input(p, inp);
|
Completed in 5 milliseconds