This appendix lists valid RPC protocol sequence strings. These can be
used with routines that take a protocol sequence string argument
(type unsigned_char_t*). They can also be used to construct the
rpc-protocol-sequence portion of a string binding. (See
String | Description |
---|---|
"ncacn_ip_tcp" | CO over Internet Protocol: Transmission Control Protocol (TCP/IP) |
"ncacn_dnet_nsp" | CO over DECnet: Network Services Protocol (DECnet Phase IV) |
"ncacn_osi_dna" | CO over Open Systems Interconnection (DECnet Phase V) |
"ip" | CL over Internet Protocol: User Datagram Protocol (UDP/IP) |
"ncadg_ip_udp" | |
"dds" | CL over Domain Datagram Service |
"ncadg_dds" | |
"ncacn_at_dsp" | CO over Appletalk |
"ncadg_at_ddp" | CL over Appletalk |
"ncadg_nb" | CL over NetBIOS |
"ncacn_vns_spp" | CO over VINES SPP protocol |
"ncadg_vns_ipc" | CL over VINES IPC protocol |
"ncacn_osi_mosi" | CO over a seven-layer minimal OSI ("mOSI") stack |
"ncadg_osi_clsn" | CL over a seven-layer OSI stack |
"ncacn_nb_stream" | CO over NetBIOS datagram protocols |
"ncadg_nb_dgram" | CL over NetBIOS session protocols |
"ncacn_unix_stream" | CO over Unix Domain sockets |
"ncadg_unix_dgram" | CL over Unix Domain sockets |
To ensure interoperation, applications should use only these strings. Not all implementations support all the protocol sequences listed. Applications can use a particular protocol sequence only if the implementation supports that sequence.
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.
Contents | Next section | Index |