Home
last modified time | relevance | path

Searched refs:udp_remove (Results 1 – 14 of 14) sorted by relevance

/third_party/lwip/test/unit/udp/
Dtest_udp.c32 udp_remove(pcb2); in udp_remove_all()
146 udp_remove(pcb); in START_TEST()
361 udp_remove(pcb1); in START_TEST()
362 udp_remove(pcb2); in START_TEST()
377 udp_remove(pcb1); in START_TEST()
378 udp_remove(pcb2); in START_TEST()
393 udp_remove(pcb1); in START_TEST()
394 udp_remove(pcb2); in START_TEST()
409 udp_remove(pcb1); in START_TEST()
410 udp_remove(pcb2); in START_TEST()
[all …]
/third_party/libcoap/src/
Dcoap_io_lwip.c133 udp_remove(result->sock.pcb); in coap_new_endpoint()
150 udp_remove(ep->sock.pcb); in coap_free_endpoint()
/third_party/lwip/src/apps/tftp/
Dtftp_server.c408 udp_remove(pcb); in tftp_init()
430 udp_remove(tftp_state.upcb); in tftp_cleanup()
/third_party/lwip/src/include/lwip/
Dudp.h125 void udp_remove (struct udp_pcb *pcb);
/third_party/lwip/src/netif/
Dzepif.c294 udp_remove(state->pcb); in zepif_init()
/third_party/lwip/test/unit/etharp/
Dtest_etharp.c258 udp_remove(pcb); in START_TEST()
/third_party/lwip/src/apps/netbiosns/
Dnetbiosns.c528 udp_remove(netbiosns_pcb); in netbiosns_stop()
/third_party/lwip/src/netif/ppp/
Dpppol2tp.c156 udp_remove(udp); in pppol2tp_create()
252 udp_remove(l2tp->udp); in pppol2tp_destroy()
/third_party/lwip/src/core/
Ddns.c979 udp_remove(pcb); in dns_alloc_random_port()
1084 udp_remove(dns_pcbs[dns_table[idx].pcb_idx]); in dns_call_found()
Dudp.c1233 udp_remove(struct udp_pcb *pcb) function
/third_party/lwip/src/apps/sntp/
Dsntp.c705 udp_remove(sntp_pcb); in sntp_stop()
/third_party/lwip/src/core/ipv6/
Ddhcp6.c171 udp_remove(dhcp6_pcb); in dhcp6_dec_pcb_refcount()
/third_party/lwip/src/core/ipv4/
Ddhcp.c265 udp_remove(dhcp_pcb); in dhcp_dec_pcb_refcount()
/third_party/lwip/src/api/
Dapi_msg.c1216 udp_remove(msg->conn->pcb.udp);