Searched defs:proto (Results 1 – 2 of 2) sorted by relevance
/net-tools-3.5.0/ |
D | echo-server.c | 79 static int get_socket(int family, int proto) in get_socket() 135 struct sockaddr *addr, socklen_t *addrlen, int proto) in receive() 160 struct sockaddr *addr, socklen_t addrlen, int proto) in reply() 189 unsigned char *buf, int buflen, int proto, in udp_receive_and_reply() 218 unsigned char *buf, int buflen, int proto) in tcp_receive_and_reply()
|
/net-tools-3.5.0/mbedtls-2.4.0/library/ |
D | net_sockets.c | 136 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ) in mbedtls_net_connect() 183 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind()
|