Searched defs:proto (Results 1 – 2 of 2) sorted by relevance
70 #define _EXFUN(name, proto) __cdecl name proto argument71 #define _EXPARM(name, proto) (* __cdecl name) proto argument73 #define _EXFUN(name, proto) name proto argument74 #define _EXPARM(name, proto) (* name) proto argument94 #define _EXFUN(name, proto) name() argument
177 const char *port, int proto ) in mbedtls_net_connect()224 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind()
Completed in 5 milliseconds