| /NextBSD/sbin/setkey/ |
| HD | sample.cf | 36 # ESP transport mode is recommended for TCP port number 110 between 48 esp/transport//use ; 50 esp/transport//use ; 52 -m transport 56 -m transport 87 # transport mode. 101 # AH transport mode followed by ESP tunnel mode is required between 115 ah/transport//require ; 118 ah/transport//require ; 124 -m transport [all …]
|
| /NextBSD/contrib/bsnmp/snmpd/ |
| HD | snmpd.h | 171 struct transport *transport; /* who handles this */ member 197 struct transport { struct 199 TAILQ_ENTRY(transport) link; /* ... and link */ 207 TAILQ_HEAD(transport_list, transport); argument 210 void trans_insert_port(struct transport *, struct tport *); 212 struct tport *trans_find_port(struct transport *, 214 struct tport *trans_next_port(struct transport *, 216 struct tport *trans_first_port(struct transport *); 217 struct tport *trans_iter_port(struct transport *, 220 int trans_register(const struct transport_def *, struct transport **); [all …]
|
| HD | main.c | 770 trans_insert_port(struct transport *t, struct tport *port) in trans_insert_port() 780 port->transport = t; in trans_insert_port() 791 TAILQ_REMOVE(&port->transport->table, port, link); in trans_remove_port() 798 trans_find_port(struct transport *t, const struct asn_oid *idx, u_int sub) in trans_find_port() 808 trans_next_port(struct transport *t, const struct asn_oid *idx, u_int sub) in trans_next_port() 818 trans_first_port(struct transport *t) in trans_first_port() 828 trans_iter_port(struct transport *t, int (*func)(struct tport *, intptr_t), in trans_iter_port() 843 trans_register(const struct transport_def *def, struct transport **pp) in trans_register() 882 trans_unregister(struct transport *t) in trans_unregister() 1290 perr = (*comm->owner->config->proxy)(&pdu, tport->transport, in snmpd_input() [all …]
|
| /NextBSD/contrib/bsnmp/ |
| HD | TODO | 6 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.
|
| /NextBSD/sys/cam/ata/ |
| HD | ata_xpt.c | 358 if (path->device->transport == XPORT_ATA) { in probestart() 380 if (path->device->transport == XPORT_ATA) { in probestart() 394 if (path->device->transport == XPORT_ATA) { in probestart() 490 if (path->device->transport == XPORT_ATA) { in probestart() 505 if (path->device->transport == XPORT_ATA) { in probestart() 521 if (path->device->transport == XPORT_ATA) { in probestart() 552 if (path->device->transport == XPORT_ATA) { in probestart() 571 if (path->device->transport == XPORT_ATA) { in probestart() 966 if (path->device->transport == XPORT_SATA && in probedone() 969 else if (path->device->transport == XPORT_ATA && in probedone() [all …]
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| HD | ttdio.c | 203 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 …]
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| HD | itdio.c | 238 agSASRequestBody = &(tdIORequestBody->transport.SAS.agSASRequestBody); in tiINIIOStart() 401 satIOContext = &(tdIORequestBody->transport.SATA.satIOContext); in tiINIIOStart() 407 tdIORequestBody->transport.SATA.tiSenseData.senseData = agNULL; in tiINIIOStart() 408 tdIORequestBody->transport.SATA.tiSenseData.senseLen = 0; in tiINIIOStart() 411 &tdIORequestBody->transport.SATA.agSATARequestBody.fis.fisRegHostToDev; in tiINIIOStart() 413 satIOContext->pSense = &tdIORequestBody->transport.SATA.sensePayload; in tiINIIOStart() 414 satIOContext->pTiSenseData = &tdIORequestBody->transport.SATA.tiSenseData; in tiINIIOStart() 782 agSASRequestBody = &(tdIORequestBody->transport.SAS.agSASRequestBody); in tiINISuperIOStart() 1057 satIOContext = &(tdIORequestBody->transport.SATA.satIOContext); in tiINISuperIOStart() 1063 tdIORequestBody->transport.SATA.tiSenseData.senseData = agNULL; in tiINISuperIOStart() [all …]
|
| /NextBSD/contrib/ofed/libibverbs/include/infiniband/ |
| HD | opcode.h | 45 #define IBV_OPCODE(transport, op) \ argument 46 IBV_OPCODE_ ## transport ## _ ## op = \ 47 IBV_OPCODE_ ## transport + IBV_OPCODE_ ## op
|
| /NextBSD/crypto/openssh/ |
| HD | PROTOCOL | 17 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-v00@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 …]
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_xpt.c | 1035 if (cts.transport != XPORT_SPI) { in proberequestbackoff() 2404 path->device->transport = cpi.transport; in scsi_devise_transport() 2412 if (path->device->transport == XPORT_SPI in scsi_devise_transport() 2438 if (path->device->transport == XPORT_SPI) in scsi_devise_transport() 2457 cts.transport = path->device->transport; in scsi_devise_transport() 2655 if (cts->transport == XPORT_UNKNOWN in scsi_set_transfer_settings() 2656 || cts->transport == XPORT_UNSPECIFIED) { in scsi_set_transfer_settings() 2657 cts->transport = device->transport; in scsi_set_transfer_settings() 2665 if (cts->transport != device->transport) { in scsi_set_transfer_settings() 2667 cts->transport, device->transport); in scsi_set_transfer_settings() [all …]
|
| /NextBSD/sys/ofed/include/rdma/ |
| HD | ib_pack.h | 68 #define IB_OPCODE(transport, op) \ argument 69 IB_OPCODE_ ## transport ## _ ## op = \ 70 IB_OPCODE_ ## transport + IB_OPCODE_ ## op
|
| HD | ib_addr.h | 71 enum rdma_transport_type transport; member 194 if (dev_addr->transport == RDMA_TRANSPORT_IB && in rdma_addr_get_sgid()
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_qp.c | 286 static int to_mthca_st(int transport) in to_mthca_st() argument 288 switch (transport) { in to_mthca_st() 477 if (qp->transport == RC || qp->transport == UC) { in mthca_query_qp() 572 (to_mthca_st(qp->transport) << 16)); in __mthca_modify_qp() 593 if (qp->transport == MLX || qp->transport == UD) in __mthca_modify_qp() 626 if (qp->transport == MLX) in __mthca_modify_qp() 877 qp->transport, cur_state, new_state, in mthca_modify_qp() 929 switch (qp->transport) { in mthca_max_data_size() 998 switch (qp->transport) { in mthca_alloc_wqe_buf() 1263 if (qp->transport == MLX && cap->max_send_sge + 2 > dev->limits.max_sg) in mthca_set_qp_size() [all …]
|
| /NextBSD/sys/dev/ntb/if_ntb/ |
| HD | if_ntb.c | 149 struct ntb_transport_ctx *transport; member 713 qp->transport = nt; in ntb_transport_init_queue() 789 set_bit(qp->qp_num, &qp->transport->qp_bitmap_free); in ntb_transport_free_queue() 867 nt = qp->transport; in ntb_transport_link_up() 870 if (qp->transport->link_is_up) in ntb_transport_link_up() 1040 mtx_lock(&qp->transport->rx_lock); in ntb_transport_rxc_db() 1048 mtx_unlock(&qp->transport->rx_lock); in ntb_transport_rxc_db() 1197 entry->cb_data = qp->transport->ifp; in ntb_complete_rxc() 1464 struct ntb_transport_ctx *nt = qp->transport; in ntb_qp_link_work() 1553 struct ntb_transport_ctx *nt = qp->transport; in ntb_qp_link_cleanup() [all …]
|
| /NextBSD/share/examples/IPv6/ |
| HD | USAGE | 391 IPsec requires fairly complex configuration, so here we show transport 447 add 10.2.3.4 10.6.7.8 ah 1000 -m transport -A keyed-md5 "MYSECRETMYSECRET" ; 448 add 10.6.7.8 10.2.3.4 ah 2000 -m transport -A hmac-sha1 "KAMEKAMEKAMEKAMEKAME" ; 449 add 10.6.7.8 10.2.3.4 esp 3000 -m transport -E des-cbc "PASSWORD" ; 458 ah/transport/10.2.3.4-10.6.7.8/require ; 463 esp/transport//require 464 ah/transport//require ; 474 ah/transport//use \ 478 to be AH transport mode inner ESP tunnel mode like below. 515 - If you use IPv6 UDP as DNS transport, path MTU discovery may
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
| HD | sathw.c | 139 agSATAReq = &(tdIORequestBody->transport.SATA.agSATARequestBody); in sataLLIOStart() 365 agSgl = &(tdIORequestBody->transport.SATA.agSATARequestBody.agSgl); in sataLLIOStart() 495 agSgl = &(tdIORequestBody->transport.SATA.agSATARequestBody.agSgl); in itdsataIOPrepareSGL()
|
| /NextBSD/sys/dev/pms/RefTisa/sat/src/ |
| HD | smsathw.c | 67 agsaSATAInitiatorRequest_t *agSATAReq = &(smIORequestBody->transport.SATA.agSATARequestBody); in smsataLLIOStart() 323 agSgl = &(smIORequestBody->transport.SATA.agSATARequestBody.agSgl); in smsataLLIOStart() 500 agSgl = &(smIORequestBody->transport.SATA.agSATARequestBody.agSgl); in smsatIOPrepareSGL()
|
| HD | sminit.c | 472 smIOCommand[i].transport.SATA.satIOContext.satOrgIOContext = agNULL; in smIOInit() 474 …sm_memset(&(smIOCommand[i].transport.SATA.agSATARequestBody), 0, sizeof(agsaSATAInitiatorRequest_t… in smIOInit() 497 smIORequestBody->transport.SATA.satIOContext.satOrgIOContext = agNULL; in smIOReInit()
|
| /NextBSD/contrib/ntp/ntpsnmpd/ |
| HD | ntpsnmpd-opts.def | 35 [<transport-specifier>:]<transport-address>
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_read.pod | 44 the maximum packet size of the underlying transport (e.g. TCP), it may 45 be necessary to read several packets from the transport layer before the 96 the peer simply shut down the underlying transport and the shutdown is
|
| /NextBSD/contrib/unbound/dnstap/ |
| HD | dnstap.proto | 58 // SocketProtocol: the transport protocol of a socket. This specifies how to 59 // interpret "transport port" fields. 181 // The transport port of the message initiator. 185 // The transport port of the message responder.
|
| /NextBSD/contrib/ldns/ldns/ |
| HD | dane.h | 115 ldns_dane_transport transport);
|
| /NextBSD/sys/dev/sfxge/ |
| HD | sfxge_mcdi.c | 315 emtp = &mcdi->transport; in sfxge_mcdi_init() 364 emtp = &mcdi->transport; in sfxge_mcdi_fini()
|
| /NextBSD/lib/libmach/mach/ |
| HD | err_mach_ipc.sub | 76 /* 18 */ "(ipc/send) DIPC transport failure", 99 /* 16 */ "(ipc/rcv) DIPC transport error",
|
| /NextBSD/contrib/ofed/libibverbs/examples/ |
| HD | devinfo.c | 68 static const char *transport_str(enum ibv_transport_type transport) in transport_str() argument 70 switch (transport) { in transport_str()
|