Home
last modified time | relevance | path

Searched refs:transport (Results 1 – 25 of 191) sorted by relevance

12345678

/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpd.h171 struct transport *transport; /* who handles this */ member
202 struct transport { struct
204 TAILQ_ENTRY(transport) link; /* ... and link */
212 TAILQ_HEAD(transport_list, transport); argument
215 void trans_insert_port(struct transport *, struct tport *);
217 struct tport *trans_find_port(struct transport *,
219 struct tport *trans_next_port(struct transport *,
221 struct tport *trans_first_port(struct transport *);
222 struct tport *trans_iter_port(struct transport *,
225 int trans_register(const struct transport_def *, struct transport **);
[all …]
/freebsd/contrib/bsnmp/
H A DTODO6 There should be a transport table that is indexed by the transport name.
10 Then there can be a port table that is indexed by transport name and
11 port name. Plus a transport-specific table indexed by port name only.
13 The transport table could contain a column of type OID that points
14 to the transport-specific table.
/freebsd/sbin/setkey/
H A Dsample.cf35 # ESP transport mode is recommended for TCP port number 110 between
47 esp/transport//use ;
49 esp/transport//use ;
51 -m transport
55 -m transport
86 # transport mode.
100 # AH transport mode followed by ESP tunnel mode is required between
114 ah/transport//require ;
117 ah/transport//require ;
123 -m transport
[all …]
/freebsd/crypto/openssl/crypto/rand/
H A Drand_egd.c73 char* transport) in hpns_socket() argument
81 if (!_arg_present(transport) || transport == NULL || transport[0] == '\0') in hpns_socket()
86 if (strcmp(current_transport,transport) == 0) in hpns_socket()
90 if (socket_transport_name_set(AF_UNIX, transport)) in hpns_socket()
/freebsd/contrib/tcpdump/
H A Dprint-vsock.c117 nd_uint16_t transport; /* enum af_vosckmon_transport */ member
153 vsock_transport_hdr_size(uint16_t transport) in vsock_transport_hdr_size() argument
155 switch (transport) { in vsock_transport_hdr_size()
165 vsock_transport_hdr_print(netdissect_options *ndo, uint16_t transport, in vsock_transport_hdr_print() argument
168 u_int transport_size = vsock_transport_hdr_size(transport); in vsock_transport_hdr_print()
176 switch (transport) { in vsock_transport_hdr_print()
198 hdr_transport = GET_LE_U_2(hdr->transport); in vsock_hdr_print()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_vf_isr.c175 struct adf_etr_data *priv_data = accel_dev->transport; in adf_setup_bh()
191 struct adf_etr_data *transport; in adf_cleanup_bh() local
193 if (!accel_dev || !accel_dev->transport) in adf_cleanup_bh()
196 transport = accel_dev->transport; in adf_cleanup_bh()
199 &transport->banks[i].resp_handler, in adf_cleanup_bh()
202 &transport->banks[i].resp_handler); in adf_cleanup_bh()
229 struct adf_etr_data *etr_data = accel_dev->transport; in adf_isr()
H A Dadf_hw_arbiter.c53 struct resource *csr = accel_dev->transport->banks[0].csr_addr; in adf_init_arb()
73 struct resource *csr = accel_dev->transport->banks[0].csr_addr; in adf_init_gen2_arb()
184 if (!accel_dev->transport) in adf_exit_arb()
187 csr = accel_dev->transport->banks[0].csr_addr; in adf_exit_arb()
217 if (!accel_dev || !accel_dev->transport) in adf_disable_arb()
220 csr = accel_dev->transport->banks[0].csr_addr; in adf_disable_arb()
H A Dadf_transport.c188 trans_data = accel_dev->transport; in adf_poll_bank()
257 trans_data = accel_dev->transport; in adf_poll_all_banks()
381 struct adf_etr_data *transport_data = accel_dev->transport; in adf_create_ring()
681 accel_dev->transport = etr_data; in adf_init_etr_data()
713 accel_dev->transport = NULL; in adf_init_etr_data()
747 struct adf_etr_data *etr_data = accel_dev->transport; in adf_cleanup_etr_handles()
767 struct adf_etr_data *etr_data = accel_dev->transport; in adf_cleanup_etr_data()
773 accel_dev->transport = NULL; in adf_cleanup_etr_data()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_res_part.c64 struct resource *csr = accel_dev->transport->banks[0].csr_addr; in adf_enable_sym_threads()
82 struct resource *csr = accel_dev->transport->banks[0].csr_addr; in adf_enable_asym_threads()
102 struct resource *csr = accel_dev->transport->banks[0].csr_addr; in adf_enable_dc_threads()
125 struct resource *csr = accel_dev->transport->banks[0].csr_addr; in adf_init_arb_c4xxx()
174 if (!accel_dev->transport) in adf_exit_arb_c4xxx()
176 csr = accel_dev->transport->banks[0].csr_addr; in adf_exit_arb_c4xxx()
/freebsd/sys/cam/ata/
H A Data_xpt.c399 if (path->device->transport == XPORT_ATA) { in aprobestart()
421 if (path->device->transport == XPORT_ATA) { in aprobestart()
435 if (path->device->transport == XPORT_ATA) { in aprobestart()
535 if (path->device->transport == XPORT_ATA) { in aprobestart()
550 if (path->device->transport == XPORT_ATA) { in aprobestart()
566 if (path->device->transport == XPORT_ATA) { in aprobestart()
597 if (path->device->transport == XPORT_ATA) { in aprobestart()
616 if (path->device->transport == XPORT_ATA) { in aprobestart()
1025 if (path->device->transport == XPORT_SATA && in aprobedone()
1028 else if (path->device->transport == XPORT_ATA && in aprobedone()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c203 ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetReq.agTag in ttdsaSSPReqReceived()
205 ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetResponse.agTag in ttdsaSSPReqReceived()
520 = &(ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetReq); in tiTGTIOStart()
614 &ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody, in tiTGTIOStart()
632 &ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody, in tiTGTIOStart()
715 agSgl = &(tdIORequestBody->transport.SAS.agSASRequestBody.sspTargetReq.agSgl); in ttdssIOPrepareSGL()
775 agSSPTargetResp = &(ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetResponse); in ttdsaSendResp()
802 &ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody, in ttdsaSendResp()
1036 … ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetReq.dataLength, in ttdsaIOCompleted()
1037 ttdsaXchg->IORequestBody.transport.SAS.agSASRequestBody.sspTargetReq.offset, in ttdsaIOCompleted()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c237 agSASRequestBody = &(tdIORequestBody->transport.SAS.agSASRequestBody); in tiINIIOStart()
400 satIOContext = &(tdIORequestBody->transport.SATA.satIOContext); in tiINIIOStart()
406 tdIORequestBody->transport.SATA.tiSenseData.senseData = agNULL; in tiINIIOStart()
407 tdIORequestBody->transport.SATA.tiSenseData.senseLen = 0; in tiINIIOStart()
410 &tdIORequestBody->transport.SATA.agSATARequestBody.fis.fisRegHostToDev; in tiINIIOStart()
412 satIOContext->pSense = &tdIORequestBody->transport.SATA.sensePayload; in tiINIIOStart()
413 satIOContext->pTiSenseData = &tdIORequestBody->transport.SATA.tiSenseData; in tiINIIOStart()
781 agSASRequestBody = &(tdIORequestBody->transport.SAS.agSASRequestBody); in tiINISuperIOStart()
1056 satIOContext = &(tdIORequestBody->transport.SATA.satIOContext); in tiINISuperIOStart()
1062 tdIORequestBody->transport.SATA.tiSenseData.senseData = agNULL; in tiINISuperIOStart()
[all …]
/freebsd/contrib/libfido2/src/
H A Dhid.c159 const fido_dev_io_t *io, const fido_dev_transport_t *transport) in fido_dev_info_set() argument
182 if (transport) in fido_dev_info_set()
183 devlist[i].transport = *transport; in fido_dev_info_set()
H A Ddev.c336 if (dev->transport.rx == fido_nfc_rx && dev->io.read == fido_nfc_read) in fido_dev_set_sigmask()
339 if (dev->transport.rx == NULL && dev->io.read == fido_hid_read) in fido_dev_set_sigmask()
390 dev->transport = *t; in fido_dev_set_transport_functions()
450 dev->io_own = di->transport.tx != NULL || di->transport.rx != NULL; in fido_dev_new_with_info()
451 dev->transport = di->transport; in fido_dev_new_with_info()
/freebsd/sbin/nvmecontrol/
H A Dconnect.c28 const char *transport; member
40 .transport = "tcp",
207 if (strcasecmp(opt.transport, "tcp") == 0) { in connect_fn()
239 if (strcasecmp(opt.transport, "tcp") == 0) { in connect_all_fn()
252 OPT("transport", 't', arg_string, opt, transport,
H A Dreconnect.c27 const char *transport; member
37 .transport = "tcp",
113 if (strcasecmp(opt.transport, "tcp") == 0) { in reconnect_by_address()
286 OPT("transport", 't', arg_string, opt, transport,
/freebsd/contrib/ofed/libibverbs/
H A Dopcode.h45 #define IBV_OPCODE(transport, op) \ argument
46 IBV_OPCODE_ ## transport ## _ ## op = \
47 IBV_OPCODE_ ## transport + IBV_OPCODE_ ## op
/freebsd/sys/dev/virtio/
H A Dvirtio.c195 uint64_t transport, mask; in virtio_filter_transport_features()
197 transport = (1ULL << in virtio_filter_transport_features()
199 transport <<= VIRTIO_TRANSPORT_F_START; in virtio_filter_transport_features()
201 mask = -1ULL & ~transport; in virtio_filter_transport_features()
194 uint64_t transport, mask; virtio_filter_transport_features() local
/freebsd/sys/dev/hid/
H A Dhid_if.m44 # output and feature reports. It is used by hardware transport drivers
47 # to request intr_poll method support for transport driver.
84 # must be called once before to let transport driver to be prepared.
180 # Executes arbitrary transport backend command.
181 # Format of command is defined by hardware transport driver.
/freebsd/sys/cam/
H A Dcam_compat.h97 cam_xport transport; member
117 cam_xport transport; member
175 cam_xport transport; member
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1072 if (cts.transport != XPORT_SPI) { in proberequestbackoff()
2434 path->device->transport = cpi.transport; in scsi_devise_transport()
2442 if (path->device->transport == XPORT_SPI in scsi_devise_transport()
2468 if (path->device->transport == XPORT_SPI) in scsi_devise_transport()
2488 cts.transport = path->device->transport; in scsi_devise_transport()
2695 if (cts->transport == XPORT_UNKNOWN in scsi_set_transfer_settings()
2696 || cts->transport == XPORT_UNSPECIFIED) { in scsi_set_transfer_settings()
2697 cts->transport = device->transport; in scsi_set_transfer_settings()
2705 if (cts->transport != device->transport) { in scsi_set_transfer_settings()
2707 cts->transport, device->transport); in scsi_set_transfer_settings()
[all …]
/freebsd/contrib/lib9p/
H A DGNUmakefile46 transport/socket.c \
72 mkdir build/transport
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c287 static int to_mthca_st(int transport) in to_mthca_st() argument
289 switch (transport) { in to_mthca_st()
471 if (qp->transport == RC || qp->transport == UC) { in mthca_query_qp()
570 (to_mthca_st(qp->transport) << 16)); in __mthca_modify_qp()
591 if (qp->transport == MLX || qp->transport == UD) in __mthca_modify_qp()
623 if (qp->transport == MLX) in __mthca_modify_qp()
870 qp->transport, cur_state, new_state, in mthca_modify_qp()
923 switch (qp->transport) { in mthca_max_data_size()
993 switch (qp->transport) { in mthca_alloc_wqe_buf()
1251 if (qp->transport == MLX && cap->max_send_sge + 2 > dev->limits.max_sg) in mthca_set_qp_size()
[all …]
/freebsd/sys/ofed/include/rdma/
H A Dib_pack.h72 #define IB_OPCODE(transport, op) \ argument
73 IB_OPCODE_ ## transport ## _ ## op = \
74 IB_OPCODE_ ## transport + IB_OPCODE_ ## op
/freebsd/crypto/openssh/
H A DPROTOCOL17 1.1. transport: Protocol 2 MAC algorithm "umac-64@openssh.com"
19 This is a new transport-layer MAC method using the UMAC algorithm
25 1.2. transport: Protocol 2 compression algorithm "zlib@openssh.com"
27 This transport-layer compression method uses the zlib compression
36 1.3. transport: New public key algorithms "ssh-rsa-cert-v01@openssh.com",
46 1.4. transport: Elliptic Curve cryptography
54 1.5 transport: Protocol 2 Encrypt-then-MAC MAC algorithms
60 plaintext. This ordering closes a security flaw in the SSH transport
65 Specifically, the "-etm" MAC algorithms modify the transport protocol
67 length unencrypted. This is necessary for the transport to obtain the
[all …]

12345678