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

/osnet-11/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) {
/osnet-11/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...]
/osnet-11/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.c322 * This is called just before sending the message to the transport. It
702 * passed to the transport. The To header field in the ACK MUST equal the To
798 sip_create_OKack(sip_msg_t response, sip_msg_t ack_msg, char *transport, argument
810 if (response == NULL || response == NULL || transport == NULL)
847 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
/osnet-11/usr/src/cmd/parted/
H A Dparted.c1397 const char *const transport[] = {"unknown", "scsi", "ide", "dac960", local
1500 (*dev)->path, end, transport[(*dev)->type],
1505 (*dev)->model, transport[(*dev)->type]); local

Completed in 32 milliseconds