Home
last modified time | relevance | path

Searched full:transport (Results 1 – 25 of 1005) sorted by relevance

12345678910>>...41

/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.817 .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/crypto/krb5/src/lib/krb5/os/
H A Dlocate_kdc.c167 add_addr_to_list(struct serverlist *list, k5_transport transport, int family, in add_addr_to_list() argument
175 entry->transport = transport; in add_addr_to_list()
188 k5_transport transport, int family, const char *uri_path, in add_host_to_list() argument
196 entry->transport = transport; in add_host_to_list()
217 parse_uri_if_https(const char *host_or_uri, k5_transport *transport, in parse_uri_if_https() argument
223 *transport = HTTPS; in parse_uri_if_https()
257 k5_transport transport, int udpport) in locate_srv_conf_1() argument
292 k5_transport this_transport = transport; in locate_srv_conf_1()
364 k5_transport transport; in locate_srv_dns_1() local
386 transport = (strcmp(protocol, "_tcp") == 0) ? TCP : UDP; in locate_srv_dns_1()
[all …]
H A Dsendto_kdc.c381 socktype_for_transport(k5_transport transport) in socktype_for_transport() argument
383 switch (transport) { in socktype_for_transport()
658 /* Set up the actual message we will send across the underlying transport to
672 if (state->addr.transport == TCP || state->addr.transport == UNIXSOCK) { in set_transport_message()
678 } else if (state->addr.transport == HTTPS) { in set_transport_message()
697 add_connection(struct conn_state **conns, k5_transport transport, in add_connection() argument
709 state->addr.transport = transport; in add_connection()
717 if (transport == TCP || transport == UNIXSOCK) { in add_connection()
721 } else if (transport == HTTPS) { in add_connection()
812 k5_transport transport; in resolve_server() local
[all …]
/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/lib/libc/rpc/
H A Drpc_soc.3224 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 resend
[all...]
H A Dnetconfig.515 .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 Drpc_clnt_create.3142 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/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_adf_transport.h7 * 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/contrib/tcpdump/
H A Dl2vpn.c32 { 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 Dprint-vsock.c36 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/tools/tools/nvmf/nvmfd/
H A Dnvmfd.819 .Op Fl t Ar transport
26 .Op Fl t Ar transport
40 .Bl -tag -width "-t transport"
44 Permit remote hosts to enable PDU data digests for the TCP transport.
46 Permit remote hosts to enable PDU header digests for the TCP transport.
48 Set the MAXH2CDATA value advertised to the remote host for the TCP transport.
75 .It Fl t Ar transport
76 The transport type to use.
77 The default transport is
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpd.h171 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 */
198 struct transport { struct
199 struct asn_oid index; /* transport table index */ argument
200 TAILQ_ENTRY(transport) link; /* ... and link */
208 TAILQ_HEAD(transport_list, transport); argument
211 void trans_insert_port(struct transport *, struct tport *);
213 struct tport *trans_find_port(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/lib/libipsec/
H A Dtest-policy.c65 { 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/secure/lib/libcrypto/man/man7/
H A Dopenssl-qlog.7114 .IP \fBtransport:parameters_set\fR 4
115 .IX Item "transport:parameters_set"
116 .IP \fBtransport:packet_sent\fR 4
117 .IX Item "transport:packet_sent"
118 .IP \fBtransport:packet_received\fR 4
119 .IX Item "transport:packet_received"
144 .IX Item "* -transport:packet_received"
145 Enable all qlog event types, but disable the \fBtransport:packet_received\fR event
149 .IX Item "-* transport:packet_sent"
150 Disable all qlog event types, except for the \fBtransport:packet_sent\fR event type.
[all …]
/freebsd/crypto/openssl/test/
H A Dquic_qlog_test.c109 QLOG_EVENT_BEGIN(qlog, transport, packet_sent) in test_qlog()
129 QLOG_EVENT_BEGIN(qlog, transport, packet_received) in test_qlog()
134 QLOG_EVENT_BEGIN(qlog, transport, packet_sent) in test_qlog()
180 { "transport:packet_sent", 1,
182 { "transport:packet_sent", 1,
184 { "* -transport:packet_sent", 1,
186 { "* -transport:packet_sent", 1,
190 { "unknown:event +transport:packet_sent", 1,
192 { "unknown:event transport:*", 1,
194 { "unknown:event +transport:* -transport:packet_sent", 1,
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_ch.h80 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 Dconnect.c28 const char *transport; member
42 .transport = "tcp",
86 warnx("Unsupported transport %s", nvmf_transport_type(trtype)); in connect_nvm_controller()
153 warnx("Skipping unsupported transport %s for %s", in connect_discovery_entry()
211 if (strcasecmp(opt.transport, "tcp") == 0) { in connect_fn()
214 errx(EX_USAGE, "Unsupported or invalid transport"); in connect_fn()
243 if (strcasecmp(opt.transport, "tcp") == 0) { in connect_all_fn()
246 errx(EX_USAGE, "Unsupported or invalid transport"); in connect_all_fn()
256 OPT("transport", 't', arg_string, opt, transport,
257 "Transport type"),
/freebsd/sys/rpc/
H A Dsvc.h53 * 1) An arbitrary number of transport connections upon which rpc requests
60 * "service dispatch" function, a transport handle, and a boolean that
63 * port number from the transport handle are registered with the binder.
67 * on a transport. The request's program and version numbers must match
99 /* get transport status */
101 /* get transport acknowledge sequence */
117 * Server side transport handle. In the kernel, transports have a
140 struct sockaddr_storage xp_ltaddr; /* local transport address */
141 struct sockaddr_storage xp_rtaddr; /* remote transport address */
145 int xp_type; /* transport type */
[all …]
/freebsd/contrib/tcp_wrappers/
H A Dtli.c2 * 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 Dprotocols35 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/include/rpc/
H A Dsvc.h46 * 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/crypto/openssl/doc/man7/
H A Dopenssl-qlog.pod58 =item B<transport:parameters_set>
60 =item B<transport:packet_sent>
62 =item B<transport:packet_received>
91 =item C<* -transport:packet_received>
93 Enable all qlog event types, but disable the B<transport:packet_received> event
96 =item C<-* transport:packet_sent>
98 Disable all qlog event types, except for the B<transport:packet_sent> event type.
100 =item C<-* connectivity:* transport:parameters_set>
102 Disable all qlog event types, except for B<transport:parameters_set> and all
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Darm,scmi.yaml34 - description: SCMI compliant firmware with mailbox transport
37 - description: SCMI compliant firmware with ARM SMC/HVC transport
40 - description: SCMI compliant firmware with ARM SMC/HVC transport
44 - description: SCMI compliant firmware with Qualcomm SMC/HVC transport
47 - description: SCMI compliant firmware with SCMI Virtio transport.
48 The virtio transport only supports a single device.
51 - description: SCMI compliant firmware with OP-TEE transport
109 transport channel specified.
130 transport maximum timeout value for the receive channel. The value should
142 Channel specifier required when using OP-TEE transport.
[all …]
/freebsd/sys/fs/p9fs/
H A Dp9_transport.h27 /* 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*/

12345678910>>...41