Searched defs:host (Results 1 – 4 of 4) sorted by relevance
21 str host; /**< host part of the URI */ member
136 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ) in mbedtls_net_connect()
121 def __init__(self, port, host='127.0.0.1', loglevel=logging.WARNING): argument
72 const char *host = NULL; variable