| /onnv-gate/usr/src/cmd/fm/modules/common/ |
| H A D | Makefile | 27 disk-transport \ 29 ext-event-transport \ 33 ip-transport \ 34 sensor-transport \ 35 ses-log-transport \
|
| /onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | ServiceURL.java | 93 private String transport = ""; field in ServiceURL 213 ":/" + transport + (noDoubleSlash == false ? "/":"") + in toString() 222 transport.hashCode() + in hashCode() 243 transport.equals(surl.transport) && in equals() 382 transport = slash2.toLowerCase(); in parseURL() 412 if (transport.equals("")) { in parseURL()
|
| /onnv-gate/usr/src/common/net/wanboot/ |
| H A D | bootlog.c | 300 sendmessage(bl_transport_t transport, char *message, const char *ident, in sendmessage() argument 334 if (transport != BL_CONSOLE && in sendmessage() 359 switch (transport) { in sendmessage() 430 bl_transport_t transport; in openbootlog() local 440 transport = (bl_filehandle != NULL) ? BL_LOCAL_FILE : BL_CONSOLE; in openbootlog() 485 return (transport); in openbootlog() 495 return (transport); in openbootlog() 506 transport = bl_url.https ? BL_HTTPS : BL_HTTP; in openbootlog() 509 return (transport); in openbootlog()
|
| /onnv-gate/usr/src/cmd/tcpd/ |
| H A D | tli.c.org | 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 72 * If we discover that we are using an IP transport, pretend we never 73 * were here. Otherwise, use the transport-independent method and stick 127 * Solaris 2.3 with ticlts transport). The netdir(3) routines can't 128 * handle that. Assume connection-less transport when TI_GETPEERNAME 164 /* tli_transport - find out TLI transport type */ 195 tcpd_warn("unable to identify transport protocol"); 211 /* tli_hostaddr - map TLI transport address to printable address */ [all …]
|
| /onnv-gate/usr/src/cmd/fm/modules/sun4u/fps-transport/ |
| H A D | Makefile | 28 MODULE = fps-transport 31 SRCS = fps-transport.c
|
| /onnv-gate/usr/src/lib/libstmfproxy/common/ |
| H A D | stmftransport.c | 183 stmf_proxy_transport_init(char *transport, pt_ops_t **pt_ops) in stmf_proxy_transport_init() argument 185 if (strcmp(transport, "sockets") == 0) { in stmf_proxy_transport_init()
|
| H A D | libstmfproxy.h | 44 stmf_proxy_transport_init(char *transport, pt_ops_t **pt_ops);
|
| /onnv-gate/usr/src/lib/libsip/common/ |
| H A D | sip_dialog_ui.c | 45 char *transport, char *sent_by, int sent_by_port, char *via_param, in sip_create_dialog_req() argument 53 if (!sip_manage_dialog || dialog == NULL || transport == NULL || in sip_create_dialog_req() 81 if (sip_add_via(sip_msg, transport, sent_by, sent_by_port, via_param) != in sip_create_dialog_req() 127 char *transport, char *sent_by, int sent_by_port, char *via_param, in sip_create_dialog_req_nocontact() argument 132 sip_msg = sip_create_dialog_req(method, dialog, transport, sent_by, in sip_create_dialog_req_nocontact()
|
| H A D | sip_itf.c | 425 int transport; in sip_process_new_packet() local 429 transport = sip_conn_transport(conn_object); in sip_process_new_packet() 430 if (transport == IPPROTO_TCP) { in sip_process_new_packet() 572 if (transport == IPPROTO_TCP) { in sip_process_new_packet()
|
| /onnv-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/ |
| H A D | Makefile | 27 SUBDIRS = event-transport cpumem-retire
|
| /onnv-gate/usr/src/cmd/fm/modules/sun4u/ |
| H A D | Makefile | 27 SUBDIRS = cpumem-diagnosis datapath-retire USII-io-diagnosis fps-transport
|
| /onnv-gate/usr/src/cmd/fm/modules/common/ip-transport/ |
| H A D | Makefile | 29 MODULE = ip-transport
|
| /onnv-gate/usr/src/cmd/fm/modules/common/sensor-transport/ |
| H A D | Makefile | 26 MODULE = sensor-transport
|
| /onnv-gate/usr/src/cmd/fm/modules/common/disk-transport/ |
| H A D | Makefile | 27 MODULE = disk-transport
|
| /onnv-gate/usr/src/cmd/fm/modules/common/ses-log-transport/ |
| H A D | Makefile | 26 MODULE = ses-log-transport
|
| /onnv-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ |
| H A D | Makefile | 35 include ../../common/event-transport/Makefile.etm
|
| /onnv-gate/usr/src/cmd/fm/modules/common/event-transport/ |
| H A D | Makefile.etm | 27 MODULE = event-transport
|
| /onnv-gate/usr/src/cmd/fm/modules/common/ext-event-transport/ |
| H A D | Makefile | 25 MODULE = ext-event-transport
|
| /onnv-gate/usr/src/lib/auditd_plugins/remote/ |
| H A D | Makefile.com | 29 OBJECTS= audit_remote.o transport.o
|
| H A D | Makefile | 33 MSGFILES= audit_remote.c transport.c
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | rds.h | 163 u_int8_t transport[TRANSNAMSIZ]; /* null term ascii */ member 173 u_int8_t transport[TRANSNAMSIZ]; /* null term ascii */ member
|
| /onnv-gate/usr/src/cmd/fwflash/ |
| H A D | Makefile | 30 IDF_SUBDIRS= plugins/transport
|
| /onnv-gate/usr/src/lib/librstp/common/ |
| H A D | README.files | 9 serves to transport BPDU messages between bridges; for 30 o libuid.a - the 'transport' library: the source code you
|
| /onnv-gate/usr/src/cmd/cdrw/ |
| H A D | Makefile | 30 OBJS= main.o mmc.o device.o transport.o util.o msgs.o misc_scsi.o dumpinfo.o \
|
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | 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 91 the peer simply shut down the underlying transport and the shutdown is
|