Searched refs:upcb (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/apps/tftp/ |
D | tftp_server.c | 83 struct udp_pcb *upcb; member 134 udp_sendto(tftp_state.upcb, p, addr, port); in send_error() 152 udp_sendto(tftp_state.upcb, p, &tftp_state.addr, tftp_state.port); in send_ack() 169 udp_sendto(tftp_state.upcb, p, &tftp_state.addr, tftp_state.port); in resend_data() 204 recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in recv() argument 210 LWIP_UNUSED_ARG(upcb); in recv() 417 tftp_state.upcb = pcb; in tftp_init() 429 LWIP_ASSERT("Cleanup called on non-initialized TFTP", tftp_state.upcb != NULL); in tftp_cleanup() 430 udp_remove(tftp_state.upcb); in tftp_cleanup()
|
/third_party/lwip/src/core/ |
D | udp.c | 1336 struct udp_pcb *upcb; local 1339 for (upcb = udp_pcbs; upcb != NULL; upcb = upcb->next) { 1341 if (ip_addr_cmp(&upcb->local_ip, old_addr)) { 1344 ip_addr_copy(upcb->local_ip, *new_addr);
|
/third_party/lwip/src/apps/netbiosns/ |
D | netbiosns.c | 347 netbiosns_recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in netbiosns_recv() argument 405 udp_sendto(upcb, q, addr, port); in netbiosns_recv() 460 udp_sendto(upcb, q, addr, port); in netbiosns_recv()
|
/third_party/libcoap/src/ |
D | coap_io_lwip.c | 57 static void coap_recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t… in coap_recv() argument 79 packet->addr_info.local.port = upcb->local_port; in coap_recv()
|