Home
last modified time | relevance | path

Searched refs:port_args (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c94 } port_args[] = { variable
118 #define NPORT_ARGS (sizeof(port_args) / sizeof(port_args[0]))
438 if (strcmp(argv[i], port_args[j].name)) in main()
440 port_args[j].set = 1; in main()
441 if (!port_args[j].val) { in main()
447 port_args[j].name); in main()
453 port_args[j].name); in main()
514 *port_args[j].val = val; in main()
528 if ((port_args[MKEY].set || port_args[MKEYLEASE].set || in main()
529 port_args[MKEYPROT].set) && is_switch && portnum != 0) in main()
[all …]
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tserver.c81 QUIC_PORT_ARGS port_args = {0}; in ossl_quic_tserver_new() local
129 port_args.channel_ctx = srv->ctx; in ossl_quic_tserver_new()
130 port_args.is_multi_conn = 1; in ossl_quic_tserver_new()
131 port_args.do_addr_validation = 1; in ossl_quic_tserver_new()
132 if ((srv->port = ossl_quic_engine_create_port(srv->engine, &port_args)) == NULL) in ossl_quic_tserver_new()
H A Dquic_impl.c1799 QUIC_PORT_ARGS port_args = {0}; in create_channel() local
1816 port_args.channel_ctx = ctx; in create_channel()
1817 qc->port = ossl_quic_engine_create_port(qc->engine, &port_args); in create_channel()
4287 QUIC_PORT_ARGS port_args = {0}; in ossl_quic_new_listener() local
4315 port_args.channel_ctx = ctx; in ossl_quic_new_listener()
4316 port_args.is_multi_conn = 1; in ossl_quic_new_listener()
4317 port_args.get_conn_user_ssl = alloc_port_user_ssl; in ossl_quic_new_listener()
4318 port_args.user_ssl_arg = ql; in ossl_quic_new_listener()
4320 port_args.do_addr_validation = 1; in ossl_quic_new_listener()
4321 ql->port = ossl_quic_engine_create_port(ql->engine, &port_args); in ossl_quic_new_listener()
[all …]