Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 25 of 235) sorted by relevance

12345678910

/components/drivers/usb/cherryusb/common/
A Dusb_dcache.h17 #define usb_dcache_clean(addr, size) argument
18 #define usb_dcache_invalidate(addr, size) argument
19 #define usb_dcache_flush(addr, size) argument
/components/net/lwip/lwip-2.1.2/src/core/
A Dip.c79 char *ipaddr_ntoa(const ip_addr_t *addr) in ipaddr_ntoa()
101 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) in ipaddr_ntoa_r()
123 ipaddr_aton(const char *cp, ip_addr_t *addr) in ipaddr_aton()
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dip4_addr.c58 ip4_addr_isbroadcast_u32(u32_t addr, const struct netif *netif) in ip4_addr_isbroadcast_u32()
145 ip4addr_aton(const char *cp, ip4_addr_t *addr) in ip4addr_aton()
267 ip4addr_ntoa(const ip4_addr_t *addr) in ip4addr_ntoa()
283 ip4addr_ntoa_r(const ip4_addr_t *addr, char *buf, int buflen) in ip4addr_ntoa_r()
/components/net/netdev/src/
A Dnetdev_ipaddr.c38 int netdev_ip4addr_aton(const char *cp, ip4_addr_t *addr) in netdev_ip4addr_aton()
185 char *netdev_ip4addr_ntoa_r(const ip4_addr_t *addr, char *buf, int buflen) in netdev_ip4addr_ntoa_r()
237 char *netdev_ip4addr_ntoa(const ip4_addr_t *addr) in netdev_ip4addr_ntoa()
278 netdev_ip6addr_aton(const char *cp, ip6_addr_t *addr) in netdev_ip6addr_aton()
408 netdev_ip6addr_ntoa_r(const ip6_addr_t *addr, char *buf, int buflen) in netdev_ip6addr_ntoa_r()
545 netdev_ip6addr_ntoa(const ip6_addr_t *addr) in netdev_ip6addr_ntoa()
600 ip6_addr_t addr; in netdev_inet_pton() local
/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_glue_hpm.c56 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean()
61 void usb_dcache_invalidate(uintptr_t addr, size_t size) in usb_dcache_invalidate()
66 void usb_dcache_flush(uintptr_t addr, size_t size) in usb_dcache_flush()
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dinet.h140 #define inet_aton(cp, addr) ip4addr_aton(cp, (ip4_addr_t*)addr) argument
141 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) argument
142 #define inet_ntoa_r(addr, buf, buflen) ip4addr_ntoa_r((const ip4_addr_t*)&(addr), buf, buflen) argument
158 #define inet6_aton(cp, addr) ip6addr_aton(cp, (ip6_addr_t*)addr) argument
159 #define inet6_ntoa(addr) ip6addr_ntoa((const ip6_addr_t*)&(addr)) argument
160 #define inet6_ntoa_r(addr, buf, buflen) ip6addr_ntoa_r((const ip6_addr_t*)&(addr), buf, buflen) argument
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dip4_addr.c58 ip4_addr_isbroadcast_u32(u32_t addr, const struct netif *netif) in ip4_addr_isbroadcast_u32()
155 ip4addr_aton(const char *cp, ip4_addr_t *addr) in ip4addr_aton()
277 ip4addr_ntoa(const ip4_addr_t *addr) in ip4addr_ntoa()
293 ip4addr_ntoa_r(const ip4_addr_t *addr, char *buf, int buflen) in ip4addr_ntoa_r()
/components/libc/posix/libdl/
A Ddlelf.c182 Elf_Addr addr; in dlmodule_load_shared_object() local
189 Elf_Addr addr; in dlmodule_load_shared_object() local
457 Elf_Addr addr = 0; in dlmodule_load_relocated_object() local
505 Elf_Addr addr; in dlmodule_load_relocated_object() local
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dinet.h142 #define inet_aton(cp, addr) ip4addr_aton(cp, (ip4_addr_t*)addr) argument
143 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) argument
144 #define inet_ntoa_r(addr, buf, buflen) ip4addr_ntoa_r((const ip4_addr_t*)&(addr), buf, buflen) argument
161 #define inet6_aton(cp, addr) ip6addr_aton(cp, (ip6_addr_t*)addr) argument
162 #define inet6_ntoa(addr) ip6addr_ntoa((const ip6_addr_t*)&(addr)) argument
163 #define inet6_ntoa_r(addr, buf, buflen) ip6addr_ntoa_r((const ip6_addr_t*)&(addr), buf, buflen) argument
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dip_addr.c55 ip4_addr_isbroadcast(u32_t addr, const struct netif *netif) in ip4_addr_isbroadcast()
152 ipaddr_aton(const char *cp, ip_addr_t *addr) in ipaddr_aton()
261 ipaddr_ntoa(const ip_addr_t *addr) in ipaddr_ntoa()
276 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) in ipaddr_ntoa_r()
/components/net/lwip/lwip-2.1.2/src/core/ipv6/
A Dip6_addr.c71 ip6addr_aton(const char *cp, ip6_addr_t *addr) in ip6addr_aton()
206 ip6addr_ntoa(const ip6_addr_t *addr) in ip6addr_ntoa()
222 ip6addr_ntoa_r(const ip6_addr_t *addr, char *buf, int buflen) in ip6addr_ntoa_r()
/components/libc/posix/io/mman/
A Dmman.c34 void *mmap(void *addr, size_t length, int prot, int flags, in mmap()
79 int munmap(void *addr, size_t length) in munmap()
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dxdr_mem.c86 xdrmem_create (XDR *xdrs, const char* addr, unsigned int size, enum xdr_op op) in xdrmem_create()
122 xdrmem_getbytes (XDR *xdrs, char *addr, unsigned int len) in xdrmem_getbytes()
132 xdrmem_putbytes (XDR *xdrs, const char *addr, unsigned int len) in xdrmem_putbytes()
/components/net/lwip/lwip-2.0.3/src/core/ipv6/
A Dip6_addr.c73 ip6addr_aton(const char *cp, ip6_addr_t *addr) in ip6addr_aton()
175 ip6addr_ntoa(const ip6_addr_t *addr) in ip6addr_ntoa()
191 ip6addr_ntoa_r(const ip6_addr_t *addr, char *buf, int buflen) in ip6addr_ntoa_r()
/components/fal/samples/porting/
A Dfal_flash_stm32f2_port.c126 rt_uint32_t addr = stm32f2_onchip_flash.addr + offset; in read() local
139 rt_uint32_t addr = stm32f2_onchip_flash.addr + offset; in write() local
166 rt_uint32_t addr = stm32f2_onchip_flash.addr + offset; in erase() local
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_glue_kendryte.c208 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean()
213 void usb_dcache_invalidate(uintptr_t addr, size_t size) in usb_dcache_invalidate()
218 void usb_dcache_flush(uintptr_t addr, size_t size) in usb_dcache_flush()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_glue_bouffalo.c147 void usb_dcache_clean(uintptr_t addr, size_t size) in usb_dcache_clean()
152 void usb_dcache_invalidate(uintptr_t addr, size_t size) in usb_dcache_invalidate()
157 void usb_dcache_flush(uintptr_t addr, size_t size) in usb_dcache_flush()
A Dusb_glue_aic.c141 void usb_ehci_dcache_clean(uintptr_t addr, uint32_t len) in usb_ehci_dcache_clean()
146 void usb_ehci_dcache_invalidate(uintptr_t addr, uint32_t len) in usb_ehci_dcache_invalidate()
151 void usb_ehci_dcache_clean_invalidate(uintptr_t addr, uint32_t len) in usb_ehci_dcache_clean_invalidate()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dmultilink.c75 #define set_ip_epdisc(ep, addr) do { \ argument
83 #define LOCAL_IP_ADDR(addr) \ argument
457 u32_t addr; local
504 u32_t addr; local
575 u32_t addr; local
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dmultilink.c75 #define set_ip_epdisc(ep, addr) do { \ argument
83 #define LOCAL_IP_ADDR(addr) \ argument
457 u32_t addr; local
504 u32_t addr; local
575 u32_t addr; local
/components/drivers/spi/sfud/src/
A Dsfud.c404 sfud_err sfud_read(const sfud_flash *flash, uint32_t addr, size_t size, uint8_t *data) { in sfud_read()
510 sfud_err sfud_erase(const sfud_flash *flash, uint32_t addr, size_t size) {
611 static sfud_err page256_or_1_byte_write(const sfud_flash *flash, uint32_t addr, size_t size, uint16…
700 static sfud_err aai_write(const sfud_flash *flash, uint32_t addr, size_t size, const uint8_t *data)…
789 sfud_err sfud_write(const sfud_flash *flash, uint32_t addr, size_t size, const uint8_t *data) {
813 sfud_err sfud_erase_write(const sfud_flash *flash, uint32_t addr, size_t size, const uint8_t *data)…
998 static void make_address_byte_array(const sfud_flash *flash, uint32_t addr, uint8_t *array) {
/components/net/lwip/lwip-1.4.1/src/api/
A Dnetdb.c53 ip_addr_t addr; member
88 ip_addr_t addr; in lwip_gethostbyname() local
271 ip_addr_t addr; in lwip_getaddrinfo() local
A Dapi_lib.c135 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr()
166 netconn_bind(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_bind()
192 netconn_connect(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_connect()
549 netconn_sendto(struct netconn *conn, struct netbuf *buf, ip_addr_t *addr, u16_t port) in netconn_sendto()
753 netconn_gethostbyname(const char *name, ip_addr_t *addr) in netconn_gethostbyname()
/components/net/netdev/include/
A Dnetdev_ipaddr.h100 uint32_t addr; member
154 uint32_t addr[4]; member
253 #define inet_aton(cp, addr) ((IP_IS_V6_VAL(*addr)) ? \ argument
256 #define inet_ntoa(addr) ((IP_IS_V6_VAL(addr)) ? \ argument
259 #define inet_ntoa_r(addr, buf, buflen) ((IP_IS_V6_VAL(addr)) ? \ argument
280 #define inet_aton(cp, addr) netdev_ip4addr_aton(cp,(ip4_addr_t*)addr) argument
281 #define inet_ntoa(addr) netdev_ip4addr_ntoa((const ip4_addr_t*)&(addr)) argument
282 #define inet_ntoa_r(addr, buf, buflen) netdev_ip4addr_ntoa_r((const ip4_addr_t*)&(addr), buf, … argument
300 #define inet_aton(cp, addr) netdev_ip6addr_aton(cp, (ip6_addr_t*)addr) argument
301 #define inet_ntoa(addr) netdev_ip6addr_ntoa((const ip6_addr_t*)&(addr)) argument
[all …]
/components/net/lwip/lwip-2.0.3/src/api/
A Dapi_lib.c212 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr()
250 netconn_bind(struct netconn *conn, const ip_addr_t *addr, u16_t port) in netconn_bind()
294 netconn_connect(struct netconn *conn, const ip_addr_t *addr, u16_t port) in netconn_connect()
683 netconn_sendto(struct netconn *conn, struct netbuf *buf, const ip_addr_t *addr, u16_t port) in netconn_sendto()
920 netconn_gethostbyname_addrtype(const char *name, ip_addr_t *addr, u8_t dns_addrtype) in netconn_gethostbyname_addrtype()

Completed in 67 milliseconds

12345678910