/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.8 | 17 .Fl T Ar transport 22 .Op Fl T Ar transport 37 .Fl T Ar transport 42 .Op Fl T Ar transport 46 .Op Fl T Ar transport 87 .Ar transport 88 is the transport which has to be used for contacting the 123 .It Fl T Ar transport 124 Specify the transport on which the service is required. 127 uses the transport specified in the [all …]
|
/freebsd/sbin/setkey/ |
H A D | sample.cf | 35 # 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/sys/dev/qat/qat_api/qat_direct/include/ |
H A D | icp_adf_transport.h | 7 * File contains Public API Definitions for ADF transport. 16 * Enumeration on Transport Types exposed 37 * Unique identifier of a transport handle 42 * Opaque Transport Handle 48 * transport handle 119 * Create a transport handle 148 * Reinitialize a transport handle 177 * Gets a pointer to a previously created transport handle 196 * Release a transport handle 208 * Reset a transport handle [all …]
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_soc.3 | 224 as a transport; see 353 indicates which kind of transport protocol to use. 369 this transport cannot be used for procedures that take 595 The transport used to pass messages to the service is 633 as a transport. 687 as a transport. 706 transport resends the call message in intervals of 717 of encoded data, this transport cannot be used for procedures 743 as a transport. 762 transport resends the call message in intervals of [all …]
|
H A D | netconfig.5 | 15 .Dq transport names , 28 The name of the transport described. 30 Describes the semantics of the transport. 34 Connectionless transport. 36 Connection-oriented transport 38 Connection-oriented, ordered transport. 57 The protocol family of the transport. 74 The name of the protocol used for this transport. 87 The order of entries in this file will determine which transport will
|
H A D | rpc_clnt_create.3 | 142 indicates the class of transport protocol to use. 183 each transport class tried. 202 indicates the class transport protocols to be used. 256 each transport class tried. 290 the client uses a connectionless transport. 340 The transport used to pass messages to the service is 385 it opens a file descriptor on the transport specified by 407 Depending upon the type of the transport (connection-oriented 427 tries only one transport specified through 436 and for the transport specified by [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | l2vpn.c | 32 { 2, "ATM AAL5 SDU VCC transport"}, 33 { 3, "ATM transparent cell transport"}, 39 { 9, "ATM n-to-one VCC cell transport"}, 40 { 10, "ATM n-to-one VPC cell transport"}, 41 { 11, "IP layer 2 transport"}, 67 { 0x0002, "ATM AAL5 SDU VCC transport"}, 68 { 0x0003, "ATM transparent cell transport"}, 74 { 0x0009, "ATM n-to-one VCC cell transport"}, 75 { 0x000a, "ATM n-to-one VPC cell transport"}, 76 { 0x000b, "IP Layer2 Transport"}, [all …]
|
H A D | print-vsock.c | 36 AF_VSOCK_TRANSPORT_NO_INFO = 1, /* No transport information */ 37 AF_VSOCK_TRANSPORT_VIRTIO = 2, /* Virtio transport header */ 117 nd_uint16_t transport; /* enum af_vosckmon_transport */ member 118 nd_uint16_t len; /* size of transport header */ 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() [all …]
|
/freebsd/contrib/bsnmp/ |
H A D | 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.
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | snmpd.h | 171 struct transport *transport; /* who handles this */ member 180 * Transport domain 185 const char *name; /* name of this transport */ 186 struct asn_oid id; /* OBJID of this transport */ 202 struct transport { struct 203 struct asn_oid index; /* transport table index */ argument 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 *, [all …]
|
/freebsd/lib/libipsec/ |
H A D | test-policy.c | 65 { 0, "in ipsec ah/transport" }, 67 { 0, "out ipsec ah/transport/" }, 69 { 0, "in ipsec esp / transport / 10.0.0.1-10.0.0.2" }, 73 { 0, "out ipsec ah/transport//use" }, 74 { 1, "out ipsec ah/transport esp/use" }, 75 { 1, "in ipsec ah/transport esp/tunnel" }, 76 { 0, "in ipsec ah/transport esp/tunnel/::1-::1" }, 78 "ah / transport\n" 81 "ah/transport/::1-::2 esp/tunnel/::3-::4/use ah/transport/::5-::6/require\n" 82 "ah/transport/::1-::2 esp/tunnel/::3-::4/use ah/transport/::5-::6/require\n" [all …]
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_ch.h | 80 uint8_t tea[2]; /* transport element address */ 109 uint8_t tea[2]; /* transport element address */ 119 * Position the specified transport element (picker) in front of 125 uint8_t tea[2]; /* transport element address */ 341 * MT Medium transport element (picker) 342 * ST Storage transport element (slot) 397 * The "medium transport element address" is the address of the first 398 * picker (robotic arm). "Number of medium transport elements" tells 420 /* Medium transport element address */ 423 /* Number of medium transport elements */ [all …]
|
/freebsd/sbin/nvmecontrol/ |
H A D | connect.c | 28 const char *transport; member 40 .transport = "tcp", 79 warnx("Unsupported transport %s", nvmf_transport_type(trtype)); in connect_nvm_controller() 131 warnx("Skipping unsupported transport %s for %s", in connect_discovery_entry() 189 if (strcasecmp(opt.transport, "tcp") == 0) { in connect_fn() 192 errx(EX_USAGE, "Unsupported or invalid transport"); in connect_fn() 221 if (strcasecmp(opt.transport, "tcp") == 0) { in connect_all_fn() 224 errx(EX_USAGE, "Unsupported or invalid transport"); in connect_all_fn() 234 OPT("transport", 't', arg_string, opt, transport, 235 "Transport type"),
|
H A D | reconnect.c | 25 const char *transport; member 36 .transport = "tcp", 80 warnx("Unsupported transport %s", nvmf_transport_type(trtype)); in reconnect_nvm_controller() 114 if (strcasecmp(opt.transport, "tcp") == 0) { in reconnect_fn() 117 errx(EX_USAGE, "Unsupported or invalid transport"); in reconnect_fn() 135 OPT("transport", 't', arg_string, opt, transport, 136 "Transport type"),
|
/freebsd/sys/rpc/ |
H A D | svc.h | 55 * 1) An arbitrary number of transport connections upon which rpc requests 62 * "service dispatch" function, a transport handle, and a boolean that 65 * port number from the transport handle are registered with the binder. 69 * on a transport. The request's program and version numbers must match 102 /* get transport status */ 104 /* get transport acknowledge sequence */ 116 /* get transport status */ 143 * Server side transport handle. In the kernel, transports have a 167 struct sockaddr_storage xp_ltaddr; /* local transport address */ 168 struct sockaddr_storage xp_rtaddr; /* remote transport address */ [all …]
|
/freebsd/include/rpc/ |
H A D | svc.h | 46 * 1) An arbitrary number of transport connections upon which rpc requests 53 * "service dispatch" function, a transport handle, and a boolean that 56 * port number from the transport handle are registered with the binder. 60 * on a transport. The request's program and version numbers must match 86 * Server side transport handle 95 /* get transport status */ 116 char *xp_tp; /* transport provider device name */ 118 struct netbuf xp_ltaddr; /* local transport address */ 119 struct netbuf xp_rtaddr; /* remote transport address */ 124 int xp_type; /* transport type */ [all …]
|
/freebsd/contrib/tcp_wrappers/ |
H A D | tli.c | 2 * tli_host() determines the type of transport (connected, connectionless), 3 * the transport address of a client host, and the transport address of a 4 * server endpoint. In addition, it provides methods to map a transport 77 * If we discover that we are using an IP transport, pretend we never 78 * were here. Otherwise, use the transport-independent method and stick 146 * Solaris 2.3 with ticlts transport). The netdir(3) routines can't 147 * handle that. Assume connection-less transport when TI_GETPEERNAME 183 /* tli_transport - find out TLI transport type */ 221 tcpd_warn("unable to identify transport protocol"); 237 /* tli_hostaddr - map TLI transport address to printable address */ [all …]
|
/freebsd/lib/libc/net/ |
H A D | protocols | 35 iso-tp4 29 ISO-TP4 # ISO Transport Protocol Class 4 44 idpr-cmtp 38 IDPR-CMTP # IDPR Control Message Transport Proto 45 tp++ 39 TP++ # TP++ Transport Protocol 46 il 40 IL # IL Transport Protocol 62 tlsp 56 TLSP # Transport Layer Security Protocol 87 vmtp 81 VMTP # Versatile Message Transport 99 mtp 92 MTP # Multicast Transport Protocol 120 pgm 113 PGM # PGM Reliable Transport Protocol 133 crtp 126 CRTP # Combat Radio Transport Protocol
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | arm,scmi.yaml | 31 - description: SCMI compliant firmware with mailbox transport 34 - description: SCMI compliant firmware with ARM SMC/HVC transport 37 - description: SCMI compliant firmware with ARM SMC/HVC transport 41 - description: SCMI compliant firmware with Qualcomm SMC/HVC transport 44 - description: SCMI compliant firmware with SCMI Virtio transport. 45 The virtio transport only supports a single device. 48 - description: SCMI compliant firmware with OP-TEE transport 102 transport channel specified. 128 Channel specifier required when using OP-TEE transport. 258 then the corresponding transport propertie [all...] |
/freebsd/sys/fs/p9fs/ |
H A D | p9_transport.h | 27 /* Transport definitions */ 38 char *name; /* name of transport */ 39 /* member function to create a new conection on this transport*/ 41 /* member function to terminate a connection on this transport */ 43 /* member function to issue a request to the transport*/
|
/freebsd/tools/regression/ipsec/ |
H A D | ipsec.t | 67 …(echo "add ${ipbase}.0.1 ${ipbase}.1.1 esp $spi -m transport -E $ealgo \"${ekey}\" -A $… 68 …echo "add ${ipbase}.1.1 ${ipbase}.0.1 esp `expr $spi + 1` -m transport -E $ealgo \"${ekey}\" -A $a… 70 echo "spdadd ${ipbase}.0.1 ${ipbase}.1.1 any -P out ipsec esp/transport//require;" 71 echo "spdadd ${ipbase}.1.1 ${ipbase}.0.1 any -P in ipsec esp/transport//require;" 72 echo "spdadd ${ipbase}.0.1 ${ipbase}.1.1 any -P in ipsec esp/transport//require;" 73 echo "spdadd ${ipbase}.1.1 ${ipbase}.0.1 any -P out ipsec esp/transport//require;"
|
H A D | ipsec6.t | 67 …(echo "add -6 1::1 2::1 esp $spi -m transport -E $ealgo \"${ekey}\" -A $aalgo \"${akey}… 68 …echo "add -6 2::1 1::1 esp `expr $spi + 1` -m transport -E $ealgo \"${ekey}\" -A $aalgo \"${akey}\… 70 echo "spdadd -6 1::1 2::1 any -P out ipsec esp/transport//require;" 71 echo "spdadd -6 2::1 1::1 any -P in ipsec esp/transport//require;" 72 echo "spdadd -6 1::1 2::1 any -P in ipsec esp/transport//require;" 73 echo "spdadd -6 2::1 1::1 any -P out ipsec esp/transport//require;"
|
/freebsd/share/man/man4/ |
H A D | xpt.4 | 33 .Nd CAM transport layer interface 57 per CAM transport layer instance. 59 transport layer, there will only be one instance of this driver. 64 CAM transport layer for action. 103 The CAM transport layer driver first appeared in
|
/freebsd/sys/dev/ntb/ |
H A D | ntb_transport.c | 33 * This module contains a transport for sending and receiving messages by 118 struct ntb_transport_ctx *transport; member 310 MALLOC_DEFINE(M_NTB_T, "ntb_transport", "ntb transport driver"); 320 /* Transport Init and teardown */ 336 device_set_desc(dev, "NTB Transport"); in ntb_transport_probe() 609 qp->transport = nt; in ntb_transport_init_queue() 644 mtx_init(&qp->tx_lock, "ntb transport tx", NULL, MTX_DEF); in ntb_transport_init_queue() 659 struct ntb_transport_ctx *nt = qp->transport; in ntb_transport_free_queue() 686 * ntb_transport_create_queue - Create a new NTB transport layer queue 691 * Create a new NTB transport laye [all...] |
/freebsd/crypto/openssh/ |
H A D | PROTOCOL | 15 1. Transport protocol changes 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-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 [all …]
|