Searched refs:proto (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | _ansi.h | 70 #define _EXFUN(name, proto) __cdecl name proto argument 71 #define _EXPARM(name, proto) (* __cdecl name) proto argument 73 #define _EXFUN(name, proto) name proto argument 74 #define _EXPARM(name, proto) (* name) proto argument 94 #define _EXFUN(name, proto) name() argument
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | net_sockets.h | 117 int mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, const char *port, int proto); 137 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto);
|
| /optee_os/core/include/drivers/ |
| H A D | i2c.h | 83 enum i2c_smbus_protocol proto, uint8_t cmd_code, 159 enum i2c_smbus_protocol proto, in i2c_smbus_raw() argument 169 return i2c_dev->ctrl->ops->smbus(i2c_dev, dir, proto, cmd_code, buf, in i2c_smbus_raw() 214 enum i2c_smbus_protocol proto __unused, in i2c_smbus_raw()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | net_sockets.c | 159 const char *port, int proto) in mbedtls_net_connect() argument 171 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_connect() 172 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect() 205 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto) in mbedtls_net_bind() argument 217 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_bind() 218 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_bind() 252 if (proto == MBEDTLS_NET_PROTO_TCP) { in mbedtls_net_bind()
|
| /optee_os/core/drivers/i2c/ |
| H A D | atmel_i2c.c | 189 enum i2c_smbus_protocol proto __unused, in atmel_i2c_smbus()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 4844 * net_connect() and net_bind() have a new 'proto' argument to choose
|