HomeSort by: relevance | last modified time | path
    Searched defs:as_server (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_local.h 180 unsigned int as_server : 1; member in struct:quic_conn_st
184 * congruent with the value of as_server.
  /src/usr.sbin/traceroute6/
traceroute6.c 355 static char *as_server = NULL; variable
403 as_server = optarg;
650 asn = as_setup(as_server);
1140 "Usage: %s [-adIlnrv] [-A as_server] [-f firsthop] [-m hoplimit]\n"
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_stream_map.h 167 * This is a copy of the QUIC connection as_server value, indicating
173 unsigned int as_server : 1; member in struct:quic_stream_st
349 return ossl_quic_stream_is_server_init(s) == s->as_server;
  /src/usr.sbin/traceroute/
traceroute.c 370 static char *as_server = NULL; variable
497 as_server = optarg;
913 asn = as_setup(as_server);
1757 [-w waittime] [-z pausemsecs] [-A as_server] host [packetlen]\n",

Completed in 29 milliseconds