| /components/drivers/thermal/ |
| A D | thermal_dm.c | 47 if (cdev->ops->bind) in thermal_bind() 49 return cdev->ops->bind(cdev, zdev); in thermal_bind()
|
| /components/net/sal/include/socket/sys_socket/sys/ |
| A D | socket.h | 27 int bind(int s, const struct sockaddr *name, socklen_t namelen); 49 #define bind(s, name, namelen) sal_bind(s, name, namelen)
|
| /components/net/sal/socket/ |
| A D | net_sockets.c | 120 int bind(int s, const struct sockaddr *name, socklen_t namelen) in bind() function 126 RTM_EXPORT(bind);
|
| /components/libc/posix/libdl/ |
| A D | dlelf.h | 208 #define ELF_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf)) argument
|
| /components/net/sal/include/ |
| A D | sal_low_lvl.h | 73 int (*bind) (int s, const struct sockaddr *name, socklen_t namelen); member
|
| /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/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | altcp_priv.h | 95 altcp_bind_fn bind; member
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | altcp.c | 305 if (conn && conn->fns && conn->fns->bind) { in altcp_bind() 306 return conn->fns->bind(conn, ipaddr, port); in altcp_bind()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | sockets.h | 455 #define lwip_bind bind 516 #define bind(s,name,namelen) lwip_bind(s,name,namelen) macro
|
| /components/net/sal/impl/ |
| A D | af_inet_lwip.c | 298 .bind = lwip_bind,
|
| /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-2.1.2/src/include/lwip/ |
| A D | sockets.h | 552 #define lwip_bind bind 633 #define bind(s,name,namelen) lwip_bind(s,name,namelen) macro
|
| /components/net/sal/src/ |
| A D | sal_socket.c | 701 SAL_NETDEV_SOCKETOPS_VALID(sock->netdev, local_pf, bind); in sal_bind() 702 SAL_NETDEV_SOCKETOPS_VALID(new_netdev, input_pf, bind); in sal_bind() 723 SAL_NETDEV_SOCKETOPS_VALID(sock->netdev, pf, bind); in sal_bind() 724 return pf->skt_ops->bind((int)(size_t)sock->user_data, name, namelen); in sal_bind()
|
| /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/libc/cplusplus/cpp11/gcc/ |
| A D | thread | 73 start_thread(make_invoker_ptr(std::bind(
|
| A D | mutex | 498 auto call_wrapper = std::bind(std::forward<Callable>(func), std::forward<Args>(args)...);
|
| /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
|
| A D | lwp_pid.c | 1712 MSH_CMD_EXPORT_ALIAS(cmd_cpu_bind, cpu_bind, set a process bind to a cpu);
|
| A D | lwp_syscall.c | 5179 ret = bind(socket, (struct sockaddr *)&un_addr, namelen); in sys_bind() 5184 ret = bind(socket, &sa, namelen); in sys_bind() 5190 ret = bind(socket, &sa, namelen); in sys_bind()
|
| /components/net/lwip-dhcpd/ |
| A D | dhcp_server.c | 293 if (bind(sock, (struct sockaddr *)&server_addr, in dhcpd_thread_entry()
|
| /components/finsh/ |
| A D | msh.c | 146 MSH_CMD_EXPORT_ALIAS(cmd_bind, bind, Binding thread to core);
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 24 netif any more. Users need to bind to IP_ADDR_ANY to receive multicast traffic and compare
|
| /components/drivers/usb/cherryusb/ |
| A D | LICENSE | 45 separable from, or merely link (or bind by name) to the interfaces of,
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 59 netif any more. Users need to bind to IP_ADDR_ANY to receive multicast traffic and compare
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 114 can be specified as IP_ADDR_ANY in order to bind the connection to
|