Searched defs:transport (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libstmfproxy/common/
H A Dstmftransport.c183 stmf_proxy_transport_init(char *transport, pt_ops_t **pt_ops) argument
185 if (strcmp(transport, "sockets") == 0) {
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd.c164 syslog(LOG_ERR, gettext("cannot get transport info"));
291 gssprog_1_freeresult(SVCXPRT *transport, xdrproc_t xdr_res, caddr_t res) argument
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd.c148 syslog(LOG_ERR, gettext("cannot get transport info"));
268 kwarnprog_1_freeresult(SVCXPRT *transport, xdrproc_t xdr_res, caddr_t res) argument
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURL.java93 private String transport = ""; field in class:ServiceURL
213 ":/" + transport + (noDoubleSlash == false ? "/":"") +
222 transport.hashCode() +
243 transport.equals(surl.transport) &&
331 // Separator between service type name and transport.
344 // Check for abstract type or alternate transport.
382 transport = slash2.toLowerCase();
384 // Check for separator between transport and host.
396 // Not abstract type, no alternate transport
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c45 char *transport, char *sent_by, int sent_by_port, char *via_param,
53 if (!sip_manage_dialog || dialog == NULL || transport == NULL ||
81 if (sip_add_via(sip_msg, transport, sent_by, sent_by_port, via_param) !=
127 char *transport, char *sent_by, int sent_by_port, char *via_param,
132 sip_msg = sip_create_dialog_req(method, dialog, transport, sent_by,
44 sip_create_dialog_req(sip_method_t method, sip_dialog_t dialog, char *transport, char *sent_by, int sent_by_port, char *via_param, uint32_t maxforward, int cseq) argument
126 sip_create_dialog_req_nocontact(sip_method_t method, sip_dialog_t dialog, char *transport, char *sent_by, int sent_by_port, char *via_param, uint32_t maxforward, int cseq) argument
H A Dsip_itf.c102 * We directly send it to the transport here.
414 * The receive interface to the transport layer.
425 int transport; local
429 transport = sip_conn_transport(conn_object);
430 if (transport == IPPROTO_TCP) {
572 if (transport == IPPROTO_TCP) {
H A Dsip_xaction_state_mc.c227 * if transport is not reliable, start TIMER A.
264 * if transport is not reliable, start rexmit Timer E.
382 * For unreliable transport start timer G
622 * Process a Request from the transport
1237 * If there is a transport error, sending the message out, terminate the
1242 sip_xaction_terminate(sip_xaction_t *sip_trans, _sip_msg_t *msg, int transport) argument
H A Dsip_msg.c325 * This is called just before sending the message to the transport. It
705 * passed to the transport. The To header field in the ACK MUST equal the To
801 sip_create_OKack(sip_msg_t response, sip_msg_t ack_msg, char *transport, argument
813 if (response == NULL || response == NULL || transport == NULL)
850 if ((ret = sip_add_via(_ack_msg, transport, sent_by, sent_by_port,
H A Dsip_msg.h144 /* SIP name/version/transport value in Via */
148 sip_str_t transport; member in struct:sip_proto_version_s
238 #define via_protocol_transport hdr_value.via.sent_protocol.transport
/illumos-gate/usr/src/common/net/wanboot/
H A Dbootlog.c126 * header and a message body to the appropriate transport.
146 * If this is the first bootlog call then setup the transport.
148 * results in a recursive call for a HTTP or HTTPS transport.
159 * its HTTP or HTTPS transport. We've arbitrarily decided
196 * sent to the fallback transport.
300 sendmessage(bl_transport_t transport, char *message, const char *ident, argument
334 if (transport != BL_CONSOLE &&
359 switch (transport) {
430 bl_transport_t transport; local
440 transport
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Drds.h163 u_int8_t transport[TRANSNAMSIZ]; /* null term ascii */ member in struct:rds_info_connection
173 u_int8_t transport[TRANSNAMSIZ]; /* null term ascii */ member in struct:rds_info_connection
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c31 * a. Bulk Only transport (see usb_ms_bulkonly.c)
32 * b. CB transport (see usb_ms_cbi.c)
33 * c. CBI transport with interrupt status completion (see usb_ms_cbi.c)
120 /* functions for command and transport support */
145 /* utility functions for any transport */
621 scsi_hba_tran_t *tran; /* scsi transport */
861 * Allocate a SCSA transport structure
867 * initialize transport structure
1069 /* if this is the first ugen open, check on transport busy */
2227 * scsa functions are exported by means of the transport tabl
3027 int rval, transport; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c1088 // A service name has the form: instance.application-protocol.transport-protocol.domain
3665 mDNSexport void DumpPacket(mDNS *const m, mStatus status, mDNSBool sent, char *transport, argument
3682 tbuffer, transport,

Completed in 113 milliseconds