Searched defs:bind (Results 1 – 10 of 10) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | altcp_priv.h | 95 altcp_bind_fn bind; member
|
| /components/net/sal/include/ |
| A D | sal_low_lvl.h | 73 int (*bind) (int s, const struct sockaddr *name, socklen_t namelen); member
|
| /components/net/sal/socket/ |
| A D | net_sockets.c | 120 int bind(int s, const struct sockaddr *name, socklen_t namelen) in bind() function
|
| /components/drivers/include/drivers/ |
| A D | thermal.h | 138 rt_err_t (*bind)(struct rt_thermal_cooling_device *cdev, struct rt_thermal_zone_device *zdev); member
|
| /components/net/at/at_socket/ |
| A D | at_socket.h | 185 #define bind(socket, name, namelen) at_bind(socket, name, namelen) macro
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | sockets.h | 349 #define bind(a,b,c) lwip_bind(a,b,c) macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | sockets.h | 516 #define bind(s,name,namelen) lwip_bind(s,name,namelen) macro
|
| /components/libc/posix/libdl/ |
| A D | dlelf.h | 208 #define ELF_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf)) argument
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | sockets.h | 633 #define bind(s,name,namelen) lwip_bind(s,name,namelen) macro
|
| /components/lwp/ |
| A D | lwp_elf.h | 479 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument 484 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) argument
|
Completed in 35 milliseconds