Home
last modified time | relevance | path

Searched defs:Address (Results 1 – 6 of 6) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_address.h59 #define _coap_is_mcast_impl(Address) ip_addr_ismulticast(&(Address)->addr) argument
62 #define _coap_is_bcast_impl(Address) ip_addr_isbroadcast(&(Address)->addr) argument
97 #define _coap_is_mcast_impl(Address) uip_is_addr_mcast(&((Address)->addr)) argument
100 #define _coap_is_bcast_impl(Address) (0) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Daddress.h42 #define _coap_is_mcast_impl(Address) ip_addr_ismulticast(&(Address)->addr) argument
60 #define _coap_is_mcast_impl(Address) uip_is_addr_mcast(&((Address)->addr)) argument
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
Drga2_mmu_info.c221 unsigned long Address; in rga2_MapUserMemory() local
360 unsigned long Address; in rga2_MapION() local
483 unsigned long Address; in rga2_sgt_to_page_table() local
Drga_dma_buf.c226 unsigned long Address; in rga_MapUserMemory() local
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/src/
Dcoap_address.c40 #define IN_MULTICAST(Address) (0) argument
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
Drga2_mmu_info.c832 unsigned long Address; in rga2_MapUserMemory() local
948 unsigned long Address; in rga2_MapION() local