Home
last modified time | relevance | path

Searched refs:dst_addr (Results 1 – 2 of 2) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
Dcoap_client.c93 coap_address_t dst_addr, listen_addr; in CoapClientSendMsg() local
101 coap_address_init(&dst_addr); in CoapClientSendMsg()
104 if (!ipaddr_aton(dst, &(dst_addr.addr))) { in CoapClientSendMsg()
107 dst_addr.port = COAP_DEFAULT_PORT; in CoapClientSendMsg()
109 session = coap_session_get_by_peer(g_cliCtx, &dst_addr, 0); in CoapClientSendMsg()
114 session = coap_new_client_session(g_cliCtx, &listen_addr, &dst_addr, COAP_PROTO_UDP); in CoapClientSendMsg()
/vendor/hisilicon/watchos/patches/
Dhi3516dv300.patch14801 + dma_addr_t dst_addr;
15407 + *slave_addr = edmac_dma_chan->cfg.dst_addr;
15448 + plli[num].dest_addr = dsg->dst_addr;
15492 + dsg->dst_addr = dst;
15593 + dsg->dst_addr += lli_len;
21183 + dmac_readw(first_lli + 4, plli.dst_addr);
21197 + (unsigned int)(plli.dst_addr));
21235 + dmac_readw(first_lli + 4, plli.dst_addr);
21250 + plli.dst_addr);
22407 + hiedmacv310_trace(4, "plli.dst_addr: 0x%lx\n", plli->dest_addr);