Lines Matching defs:src
213 u16_t src, dest;
247 /* convert src and dest ports to host byte order */
248 src = lwip_ntohs(udphdr->src);
258 LWIP_DEBUGF(UDP_DEBUG, (", %"U16_F")\n", lwip_ntohs(udphdr->src)));
307 if ((pcb->remote_port == src) &&
419 mpcb->recv(mpcb->recv_arg, mpcb, q, ip_current_src_addr(), src);
430 pcb->recv(pcb->recv_arg, pcb, p, ip_current_src_addr(), src);
831 udphdr->src = lwip_htons(pcb->local_port);
1361 LWIP_DEBUGF(UDP_DEBUG, ("| %5"U16_F" | %5"U16_F" | (src port, dest port)\n",
1362 lwip_ntohs(udphdr->src), lwip_ntohs(udphdr->dest)));