HomeSort by relevance Sort by last modified time
    Searched refs:udp_input (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
udp.h 155 void udp_input (struct pbuf *p, struct netif *inp);
  /external/syslinux/core/lwip/src/core/ipv4/
ip.c 499 udp_input(p, inp);
  /external/syslinux/core/lwip/src/core/
udp.c 84 udp_input(struct pbuf *p, struct netif *inp) function
105 ("udp_input: short UDP datagram (%"U16_F" bytes) discarded\n", p->tot_len));
118 LWIP_DEBUGF(UDP_DEBUG, ("udp_input: received datagram of length %"U16_F"\n", p->tot_len));
219 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_input: calculating checksum\n"));
243 ("udp_input: UDP Lite datagram discarded due to failing checksum\n"));
259 ("udp_input: UDP datagram discarded due to failing checksum\n"));
337 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_input: not for us.\n"));
359 PERF_STOP("udp_input");
    [all...]

Completed in 220 milliseconds